Skip to content

Commit

Permalink
Style: Respect the new lints from 1.51 (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed May 22, 2021
1 parent 5381ac9 commit 4335d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boa/src/builtins/math/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ impl BuiltIn for Math {
use std::f64;

let _timer = BoaProfiler::global().start_event(Self::NAME, "init");
use std::f64;

let attribute = Attribute::READONLY | Attribute::NON_ENUMERABLE | Attribute::PERMANENT;
let string_tag = WellKnownSymbols::to_string_tag();
Expand Down

0 comments on commit 4335d75

Please sign in to comment.