Fix new 'unnecessary trailing semicolon' warnings
This commit is contained in:
parent
db0d0e8c43
commit
6f91c32da6
28 changed files with 39 additions and 39 deletions
|
@ -2345,7 +2345,7 @@ impl<'tcx> LateLintPass<'tcx> for InvalidValue {
|
|||
enum InitKind {
|
||||
Zeroed,
|
||||
Uninit,
|
||||
};
|
||||
}
|
||||
|
||||
/// Information about why a type cannot be initialized this way.
|
||||
/// Contains an error message and optionally a span to point at.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue