We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#![doc(html_playground_url = ...)]
1 parent eed12bc commit bfcfab6Copy full SHA for bfcfab6
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