File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1825,7 +1825,7 @@ pub struct Location {
1825
1825
/// the location is within this block
1826
1826
pub block : BasicBlock ,
1827
1827
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`
1829
1829
/// == num-statements, then the start of the terminator.
1830
1830
pub statement_index : usize ,
1831
1831
}
Original file line number Diff line number Diff line change @@ -1023,7 +1023,7 @@ impl Metadata {
1023
1023
self . 0 . accessed ( ) . map ( FromInner :: from_inner)
1024
1024
}
1025
1025
1026
- /// Returns the creation time listed in the this metadata.
1026
+ /// Returns the creation time listed in this metadata.
1027
1027
///
1028
1028
/// The returned value corresponds to the `birthtime` field of `stat` on
1029
1029
/// Unix platforms and the `ftCreationTime` field on Windows platforms.
You can’t perform that action at this time.
0 commit comments