Skip to content

Commit b0fdb70

Browse files
author
Nick Hamann
committed
---
yaml --- r: 216211 b: refs/heads/stable c: e178495 h: refs/heads/master i: 216209: f482f01 216207: f175854 v: v3
1 parent eeb6dbe commit b0fdb70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ refs/heads/tmp: 378a370ff2057afeb1eae86eb6e78c476866a4a6
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: a5286998df566e736b32f6795bfc3803bdaf453d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: db2f308a46fe4e66311ed7d05f2b4f7597c6a7b3
32+
refs/heads/stable: e178495a5e3db9b8dcafce1ec9bbac4906bb92ad
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375

branches/stable/src/libstd/path.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,11 +1249,11 @@ impl Path {
12491249
///
12501250
/// Path::new("foo.txt");
12511251
///
1252-
/// // Strings work too
1252+
/// // Strings work too:
12531253
/// let s = String::from("bar.txt");
12541254
/// let p = Path::new(&s);
12551255
///
1256-
/// // As do other Paths
1256+
/// // As do other `Path`s:
12571257
/// Path::new(&p);
12581258
/// ```
12591259
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)