Skip to content

Commit

Permalink
Add a period at the end of the sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Aug 25, 2019
1 parent 717e8a5 commit 53f4734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/borrow_check/prefixes.rs
Expand Up @@ -136,7 +136,7 @@ impl<'cx, 'tcx> Iterator for Prefixes<'cx, 'tcx> {
}
PrefixSet::All => {
// all prefixes: just blindly enqueue the base
// of the projection
// of the projection.
self.next = Some(PlaceRef {
base: cursor.base,
projection: &proj.base,
Expand Down

0 comments on commit 53f4734

Please sign in to comment.