Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
intra_doc_resolution_failures -> broken_intra_doc_links (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashka committed Feb 1, 2021
1 parent 35acf81 commit d4075cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlark/src/lib.rs
Expand Up @@ -71,7 +71,7 @@
//! * [tuple](values::tuple), and
//! * [function](values::function).

#![deny(intra_doc_link_resolution_failure)]
#![deny(broken_intra_doc_links)]

#[cfg(test)]
#[macro_use]
Expand Down

0 comments on commit d4075cd

Please sign in to comment.