Skip to content

Commit

Permalink
Deny intra_doc_link_resolution_failure in libcore
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Jul 17, 2020
1 parent 67c1e89 commit 5ffdd7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
#![feature(slice_ptr_get)]
#![feature(no_niche)] // rust-lang/rust#68303
#![feature(unsafe_block_in_unsafe_fn)]
#![deny(intra_doc_link_resolution_failure)]
#![deny(unsafe_op_in_unsafe_fn)]

#[prelude_import]
Expand Down

0 comments on commit 5ffdd7c

Please sign in to comment.