Skip to content

Commit

Permalink
chore(rust): remove unnecessary clippy::non_upper_case_globals (oxc-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Nov 27, 2023
1 parent 6e7892f commit 6670d94
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions crates/oxc_codegen/src/context.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(non_upper_case_globals)]

use bitflags::bitflags;

bitflags! {
Expand Down
1 change: 0 additions & 1 deletion crates/oxc_parser/src/context.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! ECMAScript Grammar Contexts: `[In`] `[Yield]` `[Await]`
#![allow(non_upper_case_globals)]
use bitflags::bitflags;

Expand Down
2 changes: 0 additions & 2 deletions crates/oxc_semantic/src/node.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(non_upper_case_globals)] // for bitflags

use bitflags::bitflags;
use oxc_ast::AstKind;
use oxc_index::{define_index_type, IndexVec};
Expand Down
2 changes: 0 additions & 2 deletions crates/oxc_syntax/src/scope.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(non_upper_case_globals)]

use bitflags::bitflags;
use oxc_index::define_index_type;

Expand Down
2 changes: 0 additions & 2 deletions crates/oxc_syntax/src/symbol.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(non_upper_case_globals)]

use bitflags::bitflags;
use oxc_index::define_index_type;

Expand Down

0 comments on commit 6670d94

Please sign in to comment.