We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c5deb commit 38a4c2cCopy full SHA for 38a4c2c
compiler/rustc_hir/src/hir.rs
@@ -93,8 +93,6 @@ pub enum LifetimeName {
93
Param(ParamName),
94
95
/// User wrote nothing (e.g., the lifetime in `&u32`).
96
- ///
97
- /// The bool indicates whether the user should have written something.
98
Implicit,
99
100
/// Implicit lifetime in a context like `dyn Foo`. This is
0 commit comments