mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-06 03:17:56 +00:00
Work around unused_imports rustdoc bug
This commit is contained in:
+4
-1
@@ -127,7 +127,10 @@
|
|||||||
use_debug,
|
use_debug,
|
||||||
))]
|
))]
|
||||||
// Blacklisted Rust lints.
|
// Blacklisted Rust lints.
|
||||||
#![deny(missing_docs, unused_imports)]
|
//
|
||||||
|
// Compiler bug involving unused_imports:
|
||||||
|
// https://github.com/rust-lang/rust/issues/51661
|
||||||
|
#![deny(missing_docs, /*unused_imports*/)]
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user