Skip to content

Commit

Permalink
Mention the usage in the standard library
Browse files Browse the repository at this point in the history
  • Loading branch information
barosl committed Jun 23, 2015
1 parent 568ed6a commit 5b9a48d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions text/0000-rename-connect-to-join.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ all functional-ish languages.
Note that Rust also has `.concat()` in `SliceConcatExt`, which is a specialized
version of `.connect()` that uses an empty string as a separator.

Another reason is that the term "join" already has similar usage in the standard
library. There are `std::path::Path::join` and `std::env::join_paths` which are
used to join the paths.

# Detailed design

While the `SliceConcatExt` trait is unstable, the `.connect()` method itself is
Expand Down

0 comments on commit 5b9a48d

Please sign in to comment.