about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-01-31 03:10:07 +0000
committerbors <bors@rust-lang.org>2020-01-31 03:10:07 +0000
commit266ecd6625060af304adc01f38773c2f013de1c5 (patch)
treefa1b45c467eea8918b50b0be085c677f8c66e1ab /src/liballoc/lib.rs
parent138c50f0af57e2631aa09092b826e2c3efd224d2 (diff)
parent6c67466f73b1727d148f48cb12d1c4d86fa392fc (diff)
downloadrust-266ecd6625060af304adc01f38773c2f013de1c5.tar.gz
rust-266ecd6625060af304adc01f38773c2f013de1c5.zip
Auto merge of #68685 - Dylan-DPC:rollup-rkbo05z, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #68588 (check_unsafety: more code reuse)
 - #68638 (Add missing links for cmp traits)
 - #68660 (Fix typo.)
 - #68669 (suggest adding space in accidental doc comments)
 - #68670 (clarify "incorrect issue" error)
 - #68680 (Add `#![doc(html_playground_url = ...)]` to alloc crate)

Failed merges:

r? @ghost
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 38c6fa91cc5..ffa4176cc79 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -60,6 +60,7 @@
 #![stable(feature = "alloc", since = "1.36.0")]
 #![doc(
     html_root_url = "https://doc.rust-lang.org/nightly/",
+    html_playground_url = "https://play.rust-lang.org/",
     issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
     test(no_crate_inject, attr(allow(unused_variables), deny(warnings)))
 )]