Skip to content

Commit 53f4734

Browse files
committed
Add a period at the end of the sentence
1 parent 717e8a5 commit 53f4734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/prefixes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl<'cx, 'tcx> Iterator for Prefixes<'cx, 'tcx> {
136136
}
137137
PrefixSet::All => {
138138
// all prefixes: just blindly enqueue the base
139-
// of the projection
139+
// of the projection.
140140
self.next = Some(PlaceRef {
141141
base: cursor.base,
142142
projection: &proj.base,

0 commit comments

Comments
 (0)