about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-04-26 11:07:14 +0000
committerbors <bors@rust-lang.org>2018-04-26 11:07:14 +0000
commit88cd36714c6d62393f18d8efa2ea2724e1ec4a9d (patch)
tree5586d3e94e8d9f5d7c8ceee076b7d2bad179503a /src/liballoc/lib.rs
parent3eca70a0c55e9f081ebff9a7af6fa25390d99b4c (diff)
parent438f3ca01c325fcf5e2f0080c8a78b6b4a3f9095 (diff)
downloadrust-88cd36714c6d62393f18d8efa2ea2724e1ec4a9d.tar.gz
rust-88cd36714c6d62393f18d8efa2ea2724e1ec4a9d.zip
Auto merge of #50245 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 4 pull requests

Successful merges:

 - #50177 (mark std::str::replace(,n) as #[must_use])
 - #50207 (Hash EntryKind::AssociatedConst const data)
 - #50214 (Js improvements)
 - #50219 (Added missing `.` in docs.)

Failed merges:

 - #50229 (Add setting to go to item if there is only one result)
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 6399be98cd5..021395d0c82 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -96,6 +96,7 @@
 #![feature(dropck_eyepatch)]
 #![feature(exact_size_is_empty)]
 #![feature(fmt_internals)]
+#![feature(fn_must_use)]
 #![feature(from_ref)]
 #![feature(fundamental)]
 #![feature(lang_items)]