Skip to content

Commit

Permalink
feat(es/lints): Revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturAralin committed Mar 5, 2024
1 parent 82df8d8 commit ea1ba6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/swc/tests/error_msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ fn swcrc_simple() {
println!("{}", f);
}

#[testing::fixture("tests/errors/**/no-prototype-builtins/**/input.js")]
// #[testing::fixture("tests/errors/**/input.ts")]
#[testing::fixture("tests/errors/**/input.js")]
#[testing::fixture("tests/errors/**/input.ts")]
fn fixture(input: PathBuf) {
let _log = testing::init();
let output_path = input.parent().unwrap().join("output.swc-stderr");
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_lints/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// #![cfg_attr(feature = "non_critical_lints", deny(unused))]
#![cfg_attr(feature = "non_critical_lints", deny(unused))]
#![cfg_attr(feature = "non_critical_lints", deny(clippy::all))]
#![allow(rustc::untranslatable_diagnostic_trivial)]

Expand Down

0 comments on commit ea1ba6b

Please sign in to comment.