Skip to content

Commit

Permalink
CI: Check intra-doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Sep 24, 2019
1 parent ddd390a commit ccf1ee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Catch documentation errors caused by code changes.
#![deny(intra_doc_link_resolution_failure)]

#[cfg(feature = "multicore")]
extern crate crossbeam;

Expand Down

0 comments on commit ccf1ee9

Please sign in to comment.