Skip to content

Commit f67f0fb

Browse files
authored
Merge pull request sekineh#25 from davidli2010/clippy
Fix clippy warning
2 parents 3471be6 + 26e490c commit f67f0fb

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)