mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Remove redundant comment
This commit is contained in:
parent
d8a798b5e9
commit
bff287b4a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user