Skip to content

Commit 5a015ca

Browse files
committed
---
yaml --- r: 218542 b: refs/heads/master c: 5ee801a h: refs/heads/master v: v3
1 parent e2c0917 commit 5a015ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 93ddee6cee6816843035575ddf0bf0309021ebc5
2+
refs/heads/master: 5ee801adbf479d0503cb4e4b26a96fea0c9cb861
33
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/libcollections/slice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ pub trait SliceConcatExt<T: ?Sized> {
10331033
/// ```
10341034
/// assert_eq!(["hello", "world"].join(" "), "hello world");
10351035
/// ```
1036-
#[stable(feature = "rust1", since = "1.0.0")]
1036+
#[stable(feature = "rust1", since = "1.3.0")]
10371037
fn join(&self, sep: &T) -> Self::Output;
10381038

10391039
/// Flattens a slice of `T` into a single value `Self::Output`, placing a

0 commit comments

Comments
 (0)