Skip to content

Commit 172eebc

Browse files
committed
do not deny on missing_doc_code_examples
it does not work as expected right now (cf rust-lang/rust#60664)
1 parent 4434f7f commit 172eebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
#![cfg_attr(feature = "cargo-clippy", allow(doc_markdown))]
356356
#![cfg_attr(nightly, feature(test))]
357357
#![deny(missing_docs)]
358-
#![deny(missing_doc_code_examples)]
358+
#![warn(missing_doc_code_examples)]
359359

360360
#[cfg(all(not(feature = "std"), feature = "alloc"))]
361361
#[macro_use]

0 commit comments

Comments
 (0)