Don't pass lint back out of lint decorator
This commit is contained in:
parent
4d1bd0db7f
commit
7f565ed282
38 changed files with 50 additions and 116 deletions
|
@ -131,8 +131,6 @@ fn check_rust_syntax(
|
|||
for message in buffer.messages.iter() {
|
||||
lint.note(message.clone());
|
||||
}
|
||||
|
||||
lint
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue