1
Fork 0

Update comment.

This commit is contained in:
Camille GILLOT 2022-04-26 18:54:34 +02:00
parent 64c5deb0e3
commit 38a4c2cc44

View file

@ -93,8 +93,6 @@ pub enum LifetimeName {
Param(ParamName), Param(ParamName),
/// User wrote nothing (e.g., the lifetime in `&u32`). /// User wrote nothing (e.g., the lifetime in `&u32`).
///
/// The bool indicates whether the user should have written something.
Implicit, Implicit,
/// Implicit lifetime in a context like `dyn Foo`. This is /// Implicit lifetime in a context like `dyn Foo`. This is