Remove redundant comment

This commit is contained in:
Jules Bertholet 2024-05-05 12:05:18 -04:00
parent d8a798b5e9
commit bff287b4a5
No known key found for this signature in database
GPG Key ID: 32034DAFC38C1BFC

View File

@ -163,8 +163,6 @@ enum MutblCap {
/// The contained span, if present, points to an `&` pattern
/// that is the reason for the restriction,
/// and which will be reported in a diagnostic.
/// (Said diagnostic is shown only if
/// replacing the `&` pattern with `&mut` would allow the code to compile.)
WeaklyNot(Option<Span>),
/// No restriction on mutability