about summary refs log tree commit diff
path: root/library/term/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/term/src/lib.rs')
-rw-r--r--library/term/src/lib.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/library/term/src/lib.rs b/library/term/src/lib.rs
index 2116b433fce..943b276a220 100644
--- a/library/term/src/lib.rs
+++ b/library/term/src/lib.rs
@@ -30,11 +30,7 @@
 //! [win]: https://docs.microsoft.com/en-us/windows/console/character-mode-applications
 //! [ti]: https://en.wikipedia.org/wiki/Terminfo
 
-#![doc(
-    html_root_url = "https://doc.rust-lang.org/nightly/",
-    html_playground_url = "https://play.rust-lang.org/",
-    test(attr(deny(warnings)))
-)]
+#![doc(html_playground_url = "https://play.rust-lang.org/", test(attr(deny(warnings))))]
 #![deny(missing_docs)]
 #![cfg_attr(windows, feature(libc))]