Apply lints to all targets
This commit is contained in:
parent
c305627822
commit
6af32696be
19 changed files with 61 additions and 95 deletions
|
|
@ -43,9 +43,6 @@ mod tests {
|
|||
);
|
||||
|
||||
literal.text = String::from("TjY02");
|
||||
assert_eq!(
|
||||
format!("{}", Token::Literal(literal.clone())),
|
||||
"Tk:Literal TjY02"
|
||||
);
|
||||
assert_eq!(format!("{}", Token::Literal(literal)), "Tk:Literal TjY02");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue