diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-29 17:06:44 -0700 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-30 08:14:27 -0700 |
| commit | 7b7b5a7a129a640e4c652fbe91dd4113b0b5e06c (patch) | |
| tree | 794f95300e029797e82f95f9ed4f490535d273de /library/std/src | |
| parent | 4df76f0f90fc0aa4cb3ed4c2c812c6f505f3e21e (diff) | |
| download | rust-7b7b5a7a129a640e4c652fbe91dd4113b0b5e06c.tar.gz rust-7b7b5a7a129a640e4c652fbe91dd4113b0b5e06c.zip | |
Rename in library
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index c6e5b0a492a..edd677b2ae0 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -212,7 +212,7 @@ #![warn(deprecated_in_future)] #![warn(missing_docs)] #![warn(missing_debug_implementations)] -#![deny(intra_doc_link_resolution_failure)] // rustdoc is run without -D warnings +#![deny(intra_doc_resolution_failures)] // rustdoc is run without -D warnings #![allow(explicit_outlives_requirements)] #![allow(unused_lifetimes)] // Tell the compiler to link to either panic_abort or panic_unwind |
