File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/stable/src/libstd Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ refs/heads/tmp: 378a370ff2057afeb1eae86eb6e78c476866a4a6
29
29
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
30
30
refs/tags/homu-tmp: a5286998df566e736b32f6795bfc3803bdaf453d
31
31
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32
- refs/heads/stable: db2f308a46fe4e66311ed7d05f2b4f7597c6a7b3
32
+ refs/heads/stable: e178495a5e3db9b8dcafce1ec9bbac4906bb92ad
33
33
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
Original file line number Diff line number Diff line change @@ -1249,11 +1249,11 @@ impl Path {
1249
1249
///
1250
1250
/// Path::new("foo.txt");
1251
1251
///
1252
- /// // Strings work too
1252
+ /// // Strings work too:
1253
1253
/// let s = String::from("bar.txt");
1254
1254
/// let p = Path::new(&s);
1255
1255
///
1256
- /// // As do other Paths
1256
+ /// // As do other `Path`s:
1257
1257
/// Path::new(&p);
1258
1258
/// ```
1259
1259
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments