fix(collector): allow unused imports in serde-1.0.136 (#1736) · rust-lang-ci/rust@4f313ad (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 4f313ad
fix(collector): allow unused imports in serde-1.0.136 (rust-lang#1736)
File tree
1 file changed
lines changed
- collector/compile-benchmarks/serde-1.0.136/src
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -140,7 +140,7 @@ | ||
140 | 140 | ) |
141 | 141 | )] |
142 | 142 | // Rustc lints. |
143 | -#![deny(missing_docs, unused_imports)] | |
143 | +#![deny(missing_docs)] | |
144 | 144 | |
145 | 145 | //////////////////////////////////////////////////////////////////////////////// |
146 | 146 |