We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reason
forbid
1 parent cbd0963 commit 6f64a5eCopy full SHA for 6f64a5e
1 file changed
ctutils/src/lib.rs
@@ -4,7 +4,7 @@
4
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg",
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
6
)]
7
-#![forbid(unsafe_code)] // `unsafe` should go in `cmov`
+#![forbid(unsafe_code, reason = "`unsafe` should go in `cmov`")]
8
#![warn(
9
clippy::arithmetic_side_effects,
10
clippy::integer_division_remainder_used,
0 commit comments