diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2022-04-26 18:54:34 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2022-04-27 21:59:47 +0200 |
| commit | 38a4c2cc4407950e14ddde50ea686692f398e761 (patch) | |
| tree | 79aa6b28272afcc83d41993a16336bcc5340e294 | |
| parent | 64c5deb0e3a22b93ed1fe5e2a7f2e8d91eea63b9 (diff) | |
| download | rust-38a4c2cc4407950e14ddde50ea686692f398e761.tar.gz rust-38a4c2cc4407950e14ddde50ea686692f398e761.zip | |
Update comment.
| -rw-r--r-- | compiler/rustc_hir/src/hir.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_hir/src/hir.rs b/compiler/rustc_hir/src/hir.rs index b3de86662eb..bbfabe01da1 100644 --- a/compiler/rustc_hir/src/hir.rs +++ b/compiler/rustc_hir/src/hir.rs @@ -93,8 +93,6 @@ pub enum LifetimeName { Param(ParamName), /// User wrote nothing (e.g., the lifetime in `&u32`). - /// - /// The bool indicates whether the user should have written something. Implicit, /// Implicit lifetime in a context like `dyn Foo`. This is |
