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
Hi,
i just have installed cargo-geiger to see, which of my dependencies contain unsafe code and I found the serde crate (1.0.117) with a question mark, although it contains #[forbid(unsafe_code)] (see https://github.com/serde-rs/serde/blob/master/serde/src/lib.rs#L139).
I am not sure if this was already reported. Please close this if this is a duplicate..
Best regards,
Maximilian
The text was updated successfully, but these errors were encountered:
Hi,
i just have installed
cargo-geiger
to see, which of my dependencies contain unsafe code and I found the serde crate (1.0.117) with a question mark, although it contains#[forbid(unsafe_code)]
(see https://github.com/serde-rs/serde/blob/master/serde/src/lib.rs#L139).I am not sure if this was already reported. Please close this if this is a duplicate..
Best regards,
Maximilian
The text was updated successfully, but these errors were encountered: