diff --git a/Cargo.toml b/Cargo.toml index e9aaf0dcd..ebbd3d710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,12 @@ license = "MIT" repository = "https://github.com/oxc-project/oxc" rust-version = "1.74" +# [workspace.lints.rust] -unsafe_code = "warn" +unsafe_code = "warn" +absolute_paths_not_starting_with_crate = "warn" +non_ascii_idents = "warn" +unit-bindings = "warn" [workspace.lints.clippy] all = { level = "warn" }