Skip to content

Commit

Permalink
test: Fix clippy lint name
Browse files Browse the repository at this point in the history
  • Loading branch information
KokaKiwi committed Nov 19, 2024
1 parent 765de1d commit bd83751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serde.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg(all(feature = "serde", feature = "alloc"))]
#![allow(clippy::blacklisted_name)]
#![allow(clippy::disallowed_names)]

use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit bd83751

Please sign in to comment.