Remove redundant comment
This commit is contained in:
parent
d8a798b5e9
commit
bff287b4a5
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue