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

Commit 2b6e5f8

Browse files
GuillaumeGomezYamakaky
authored andcommitted
Disable unknown lint warning (#201)
1 parent e9f3cf3 commit 2b6e5f8

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
@@ -1,4 +1,5 @@
11
#![deny(missing_docs)]
2+
#![allow(unknown_lints)] // to be removed when unused_doc_comments lints is merged
23
#![doc(html_root_url = "https://docs.rs/error-chain/0.10.0")]
34

45
//! A library for consistent and reliable error handling

0 commit comments

Comments
 (0)