Skip to content

Commit 26e490c

Browse files
committed
Fix clippy warning
1 parent 3471be6 commit 26e490c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/binary_heap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
//! }
156156
//! ```
157157
158+
#![allow(clippy::needless_doctest_main)]
158159
#![allow(missing_docs)]
159160
// #![stable(feature = "rust1", since = "1.0.0")]
160161

0 commit comments

Comments
 (0)