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
There is some code in schemars which messes up code block formatting. There is an outstanding PR upstream, it would be great if that would get merged: GREsau/schemars#251
Otherwise a workaround is to use #[schemars(description="...")] as it doesn't process the text in the same way.
The text was updated successfully, but these errors were encountered:
There is some code in schemars which messes up code block formatting. There is an outstanding PR upstream, it would be great if that would get merged: GREsau/schemars#251
Otherwise a workaround is to use
#[schemars(description="...")]
as it doesn't process the text in the same way.The text was updated successfully, but these errors were encountered: