Add a period at the end of the sentence

This commit is contained in:
Santiago Pastorino 2019-08-24 15:26:25 -07:00
parent 717e8a5219
commit 53f4734794
No known key found for this signature in database
GPG Key ID: 88C941CDA1D46432

View File

@ -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,