We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f60b95a + bfcfab6 commit 6c67466Copy full SHA for 6c67466
src/liballoc/lib.rs
@@ -60,6 +60,7 @@
60
#![stable(feature = "alloc", since = "1.36.0")]
61
#![doc(
62
html_root_url = "https://doc.rust-lang.org/nightly/",
63
+ html_playground_url = "https://play.rust-lang.org/",
64
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
65
test(no_crate_inject, attr(allow(unused_variables), deny(warnings)))
66
)]
0 commit comments