Update lifetimes.md

Get rid of the obviously wrong (and potentially confusing) double lifetime annotation.  My guess as to the etiology is an errant copy-and-paste.
pull/372/head
zhenya-1007 2 years ago committed by GitHub
parent 70db9e4189
commit f37e0b25f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,7 @@ likely desugar to the following:
let y: &'b i32 = &'b x;
'c: {
// ditto on 'c
let z: &'c &'b i32 = &'c y;
let z: &'c i32 = &'c y;
}
}
}

Loading…
Cancel
Save