mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 15:35:20 +01:00
f2ff136134
`'` is used to denote a lifetime, as in `fn foo<'a>(bar: &'a Baz) { ...` and it isn't helpful to have it automatically closed.