diff options
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r-- | runtime/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 3a47a971..21503462 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -10,6 +10,9 @@ homepage.workspace = true categories.workspace = true keywords.workspace = true +[lints] +workspace = true + [features] debug = [] multi-window = [] |