Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix version number on SliceConcatExt:join
  • Loading branch information
wesleywiser committed Jul 11, 2015
1 parent 93ddee6 commit 5ee801a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/slice.rs
Expand Up @@ -1033,7 +1033,7 @@ pub trait SliceConcatExt<T: ?Sized> {
/// ```
/// assert_eq!(["hello", "world"].join(" "), "hello world");
/// ```
#[stable(feature = "rust1", since = "1.0.0")]
#[stable(feature = "rust1", since = "1.3.0")]
fn join(&self, sep: &T) -> Self::Output;

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

0 comments on commit 5ee801a

Please sign in to comment.