Skip to content

Commit

Permalink
Update src/test/rustdoc/intra-doc-crate/auxiliary/hidden.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
  • Loading branch information
Manishearth and Joshua Nelson committed Jul 17, 2020
1 parent 50d350b commit 90c678c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/rustdoc/intra-doc-crate/auxiliary/hidden.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![crate_name = "hidden_dep"]
#![deny(intra_doc_resolution_failure)]
#![deny(intra_doc_link_resolution_failure)]

#[doc(hidden)]
pub mod __reexport {
Expand Down
2 changes: 1 addition & 1 deletion src/test/rustdoc/intra-doc-crate/hidden.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// aux-build:hidden.rs
// build-aux-docs
#![deny(intra_doc_resolution_failure)]
#![deny(intra_doc_link_resolution_failure)]

// tests https://github.com/rust-lang/rust/issues/73363

Expand Down

0 comments on commit 90c678c

Please sign in to comment.