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

Commit aed7aa6

Browse files
committed
Ugh, lints
New lint throws error, allow unknown lint throws error on older compiler
1 parent 7800bff commit aed7aa6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@
102102
//! # }
103103
//! ```
104104
105-
#![deny(warnings, missing_docs)]
106-
#![allow(unused_doc_comment)]
105+
#![deny(missing_docs)]
107106

108107
extern crate difference;
109108
#[macro_use] extern crate error_chain;

0 commit comments

Comments
 (0)