mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Rust tidy: disallow assignment = in the beginning of line
This commit is contained in:
parent
6d4ccab2b7
commit
adcedd8314
3 changed files with 6 additions and 0 deletions
|
@ -59,4 +59,7 @@ impl test {
|
|||
|
||||
// Should not be triggered
|
||||
macro_rules! test_macro ( ( $( $fun:ident = $flag:ident ; )* ) => ());
|
||||
|
||||
let var
|
||||
= "val";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue