Skip to content

Commit 4f313ad

Browse files
authored
fix(collector): allow unused imports in serde-1.0.136 (#1736)
1 parent 51403aa commit 4f313ad

File tree

1 file changed

+1
-1
lines changed
  • collector/compile-benchmarks/serde-1.0.136/src

1 file changed

+1
-1
lines changed

collector/compile-benchmarks/serde-1.0.136/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
)
141141
)]
142142
// Rustc lints.
143-
#![deny(missing_docs, unused_imports)]
143+
#![deny(missing_docs)]
144144

145145
////////////////////////////////////////////////////////////////////////////////
146146

0 commit comments

Comments
 (0)