summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-16 00:15:33 +0200
committermo8it <mo8it@proton.me>2024-08-16 00:24:45 +0200
commitc903db5c533b4c047bb47740deb85ebfd467bdcc (patch)
tree9d04bbf11d8d709a49d48c4a040ea8d251309484 /rustlings-macros
parent8a038b946c9470178f2f72d4824b2475f01ec471 (diff)
Add project lints
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rustlings-macros/Cargo.toml b/rustlings-macros/Cargo.toml
index f5ecfcc..8a85201 100644
--- a/rustlings-macros/Cargo.toml
+++ b/rustlings-macros/Cargo.toml
@@ -19,3 +19,6 @@ proc-macro = true
quote = "1.0.36"
serde.workspace = true
toml_edit.workspace = true
+
+[lints]
+workspace = true