Skip to content

Commit

Permalink
Update broken_intra_doc_links lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt authored Oct 14, 2020
1 parent 38a0b28 commit 2b82c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![no_std]
#![deny(intra_doc_link_resolution_failure)]
#![deny(broken_intra_doc_links)]

#[macro_use(block)]
extern crate nb;
Expand Down

0 comments on commit 2b82c7f

Please sign in to comment.