Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 14, 2025
1 parent 45825ec commit cc6ab50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/oxc_linter/src/rules/eslint/no_unused_vars/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,7 @@ impl NoUnusedVars {
}

fn should_skip_symbol(symbol: &Symbol<'_, '_>) -> bool {
const AMBIENT_NAMESPACE_FLAGS: SymbolFlags =
SymbolFlags::NameSpaceModule;
const AMBIENT_NAMESPACE_FLAGS: SymbolFlags = SymbolFlags::NameSpaceModule;

let flags = symbol.flags();

Expand Down

0 comments on commit cc6ab50

Please sign in to comment.