about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2022-04-26 18:54:34 +0200
committerCamille GILLOT <gillot.camille@gmail.com>2022-04-27 21:59:47 +0200
commit38a4c2cc4407950e14ddde50ea686692f398e761 (patch)
tree79aa6b28272afcc83d41993a16336bcc5340e294
parent64c5deb0e3a22b93ed1fe5e2a7f2e8d91eea63b9 (diff)
downloadrust-38a4c2cc4407950e14ddde50ea686692f398e761.tar.gz
rust-38a4c2cc4407950e14ddde50ea686692f398e761.zip
Update comment.
-rw-r--r--compiler/rustc_hir/src/hir.rs2
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