Skip to content

Commit 66d6c85

Browse files
committed
Rollup merge of #47999 - jaystrictor:master, r=Mark-Simulacrum
Remove 'the this' in doc comments.
2 parents adb5849 + f168700 commit 66d6c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/librustc/mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ pub struct Location {
18251825
/// the location is within this block
18261826
pub block: BasicBlock,
18271827

1828-
/// the location is the start of the this statement; or, if `statement_index`
1828+
/// the location is the start of the statement; or, if `statement_index`
18291829
/// == num-statements, then the start of the terminator.
18301830
pub statement_index: usize,
18311831
}

src/libstd/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ impl Metadata {
10231023
self.0.accessed().map(FromInner::from_inner)
10241024
}
10251025

1026-
/// Returns the creation time listed in the this metadata.
1026+
/// Returns the creation time listed in this metadata.
10271027
///
10281028
/// The returned value corresponds to the `birthtime` field of `stat` on
10291029
/// Unix platforms and the `ftCreationTime` field on Windows platforms.

0 commit comments

Comments
 (0)