You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're making use of this crate for generating typescript types for communication with a TS application and it functions great! I've recently been cleaning up warnings across the codebase and came across these warnings:
warning: failed to parse serde attribute
|
| #[serde(deny_unknown_fields)]
|
= note: ts-rs failed to parse this attribute. It will be ignored.
Since it looks like they're generated internal to the macro by printing to the console, there is no way to turn them off and they spam repeatedly. It'd be nice if these could be opt-out with a feature or something as there isn't enough information to do anything about the warning (no line number, struct name) and I suspect that they're outside our source as well.
The text was updated successfully, but these errors were encountered:
We're making use of this crate for generating typescript types for communication with a TS application and it functions great! I've recently been cleaning up warnings across the codebase and came across these warnings:
Since it looks like they're generated internal to the macro by printing to the console, there is no way to turn them off and they spam repeatedly. It'd be nice if these could be opt-out with a feature or something as there isn't enough information to do anything about the warning (no line number, struct name) and I suspect that they're outside our source as well.
The text was updated successfully, but these errors were encountered: