Skip to content

Commit

Permalink
chore: remove outdated lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jac3km4 committed Feb 8, 2024
1 parent d5a5b90 commit 95b0387
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/tests/bytecode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ fn compile_null_wref_assignment() {
TestContext::compiled(vec![sources]).unwrap().run("Testing", check);
}

#[allow(illegal_floating_point_literal_pattern)]
#[test]
fn compile_number_literals() {
let sources = "
Expand Down Expand Up @@ -772,7 +771,6 @@ fn compile_struct_constructor() {
TestContext::compiled(vec![sources]).unwrap().run("Testing", check);
}

#[allow(illegal_floating_point_literal_pattern)]
#[test]
fn compile_initializers() {
let sources = r#"
Expand Down

0 comments on commit 95b0387

Please sign in to comment.