summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/description.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/description.rs')
-rw-r--r--tests/rustdoc/description.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc/description.rs b/tests/rustdoc/description.rs
index 43cd59ebd..aabbb4c4c 100644
--- a/tests/rustdoc/description.rs
+++ b/tests/rustdoc/description.rs
@@ -1,4 +1,5 @@
#![crate_name = "foo"]
+#![allow(rustdoc::redundant_explicit_links)]
//! # Description test crate
//!
//! This is the contents of the test crate docstring.