diff options
| author | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-12-29 23:22:29 +0900 |
|---|---|---|
| committer | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-12-29 23:51:32 +0900 |
| commit | efc87092b3d9e350f12b87f5e3823bc44561ba9b (patch) | |
| tree | 9ba94ed711cbe67eee4e6a9c128a29a0c43fc2aa /crates/proc-macro-api | |
| parent | 25444cdd04eb07d4500be73b82eb3bd4f3eec8c5 (diff) | |
| download | rust-efc87092b3d9e350f12b87f5e3823bc44561ba9b.tar.gz rust-efc87092b3d9e350f12b87f5e3823bc44561ba9b.zip | |
Use Cargo's [workspace.lints.*] to config clippy
Diffstat (limited to 'crates/proc-macro-api')
| -rw-r--r-- | crates/proc-macro-api/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/proc-macro-api/Cargo.toml b/crates/proc-macro-api/Cargo.toml index 209cbb945d7..49a0979f4f5 100644 --- a/crates/proc-macro-api/Cargo.toml +++ b/crates/proc-macro-api/Cargo.toml @@ -38,3 +38,6 @@ span.workspace = true # InternIds for the syntax context base-db.workspace = true la-arena.workspace = true + +[lints] +workspace = true \ No newline at end of file |
