diff options
| author | bors <bors@rust-lang.org> | 2019-09-25 14:27:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-09-25 14:27:08 +0000 |
| commit | 6c2c29c43206d6e2f1091fa278d2792ea10e3659 (patch) | |
| tree | 8cfaca24961df42b0c4f69dd214d1b9e552ce7d4 /src/liballoc/string.rs | |
| parent | acf7b50c737cfb8f4003477559305bedf3c316fe (diff) | |
| parent | 1e8dd3756171a8a01f3951d61ff6ba8d1ef5bd7d (diff) | |
| download | rust-6c2c29c43206d6e2f1091fa278d2792ea10e3659.tar.gz rust-6c2c29c43206d6e2f1091fa278d2792ea10e3659.zip | |
Auto merge of #64766 - Centril:rollup-gdy5jr6, r=Centril
Rollup of 6 pull requests Successful merges: - #62975 (Almost fully deprecate hir::map::Map.hir_to_node_id) - #64386 (use `sign` variable in abs and wrapping_abs methods) - #64508 (or-patterns: Push `PatKind/PatternKind::Or` at top level to HIR & HAIR) - #64738 (Add const-eval support for SIMD types, insert, and extract) - #64759 (Refactor mbe a tiny bit) - #64764 (Master is now 1.40 ) Failed merges: r? @ghost
Diffstat (limited to 'src/liballoc/string.rs')
| -rw-r--r-- | src/liballoc/string.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/string.rs b/src/liballoc/string.rs index e5f96ada6d5..abe50fdb7a3 100644 --- a/src/liballoc/string.rs +++ b/src/liballoc/string.rs @@ -369,7 +369,6 @@ impl String { /// ``` #[inline] #[stable(feature = "rust1", since = "1.0.0")] - #[cfg_attr(bootstrap, rustc_const_unstable(feature = "const_string_new"))] pub const fn new() -> String { String { vec: Vec::new() } } |
