Skip to content

Commit

Permalink
Merge pull request #69 from dusk-network/fix_lint_warns
Browse files Browse the repository at this point in the history
Fix broken_intra_doc_links lint
  • Loading branch information
CPerezz authored Mar 12, 2021
2 parents 9e51403 + fb23965 commit 89785b5
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
Expand Up @@ -24,7 +24,7 @@
#![cfg_attr(not(feature = "std"), no_std)]
// Catch documentation errors caused by code changes.
#![deny(broken_intra_doc_links)]
#![deny(rustdoc::broken_intra_doc_links)]
#![deny(missing_debug_implementations)]
#![deny(missing_docs)]
#![deny(unsafe_code)]
Expand Down

0 comments on commit 89785b5

Please sign in to comment.