diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2019-08-24 15:26:25 -0700 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2019-08-24 21:00:50 -0400 |
| commit | 53f47347941de87dff536f3875f0a62a7fda4459 (patch) | |
| tree | 9da14a37b4df95e88784d54f12be62b175bdb1b4 | |
| parent | 717e8a5219c491d0e8e865cc6abafc6fce6c4dff (diff) | |
| download | rust-53f47347941de87dff536f3875f0a62a7fda4459.tar.gz rust-53f47347941de87dff536f3875f0a62a7fda4459.zip | |
Add a period at the end of the sentence
| -rw-r--r-- | src/librustc_mir/borrow_check/prefixes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir/borrow_check/prefixes.rs b/src/librustc_mir/borrow_check/prefixes.rs index ecafd4eb115..4c6be23de28 100644 --- a/src/librustc_mir/borrow_check/prefixes.rs +++ b/src/librustc_mir/borrow_check/prefixes.rs @@ -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, |
