Updated code for CI
This commit is contained in:
parent
6edd598856
commit
18383c69c1
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ impl LiteralDigitGrouping {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn check_lit(&self, cx: &EarlyContext<'_>, lit: &Lit) {
|
fn check_lit(self, cx: &EarlyContext<'_>, lit: &Lit) {
|
||||||
if_chain! {
|
if_chain! {
|
||||||
if let Some(src) = snippet_opt(cx, lit.span);
|
if let Some(src) = snippet_opt(cx, lit.span);
|
||||||
if let Some(mut num_lit) = NumericLiteral::from_lit(&src, &lit);
|
if let Some(mut num_lit) = NumericLiteral::from_lit(&src, &lit);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue