Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit e398db7

Browse files
committed
Quickfix unused docs lints
1 parent dad1065 commit e398db7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
//! ```
104104
105105
#![deny(warnings, missing_docs)]
106+
#![allow(unused_doc_comment)]
106107

107108
extern crate difference;
108109
#[macro_use] extern crate error_chain;

0 commit comments

Comments
 (0)