summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/qemu-api-macros/Cargo.toml')
-rw-r--r--rust/qemu-api-macros/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/qemu-api-macros/Cargo.toml b/rust/qemu-api-macros/Cargo.toml
index a8f7377106..5a27b52ee6 100644
--- a/rust/qemu-api-macros/Cargo.toml
+++ b/rust/qemu-api-macros/Cargo.toml
@@ -20,3 +20,6 @@ proc-macro = true
 proc-macro2 = "1"
 quote = "1"
 syn = { version = "2", features = ["extra-traits"] }
+
+[lints]
+workspace = true