mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
`'` is used to denote a lifetime, as in `fn foo<'a>(bar: &'a Baz) { ...` and it isn't helpful to have it automatically closed.
`'` is used to denote a lifetime, as in `fn foo<'a>(bar: &'a Baz) { ...` and it isn't helpful to have it automatically closed.