Skip to content

Commit

Permalink
fix(collector): allow unused imports in serde-1.0.136 (rust-lang#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanjoi committed Oct 22, 2023
1 parent 51403aa commit 4f313ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/compile-benchmarks/serde-1.0.136/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
)
)]
// Rustc lints.
#![deny(missing_docs, unused_imports)]
#![deny(missing_docs)]

////////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 4f313ad

Please sign in to comment.