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.
1 parent 765de1d commit bd83751Copy full SHA for bd83751
tests/serde.rs
@@ -1,5 +1,5 @@
1
#![cfg(all(feature = "serde", feature = "alloc"))]
2
-#![allow(clippy::blacklisted_name)]
+#![allow(clippy::disallowed_names)]
3
4
use serde::{Deserialize, Serialize};
5
0 commit comments