Skip to content

Commit

Permalink
Inherit lints in a few more crates (bytecodealliance#8958)
Browse files Browse the repository at this point in the history
It's intended that all crates in this workspace have uniform lints, so
add inheritance to a few forgotten crates.
  • Loading branch information
alexcrichton authored Jul 15, 2024
1 parent 180b6dd commit de29ce3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion crates/slab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name = "wasmtime-slab"
repository = "https://github.com/bytecodealliance/wasmtime"
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lints]
workspace = true

[dependencies]
3 changes: 3 additions & 0 deletions crates/wiggle/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ categories = ["wasm"]
keywords = ["webassembly", "wasm"]
repository = "https://github.com/bytecodealliance/wasmtime"

[lints]
workspace = true

[lib]
proc-macro = true
test = false
Expand Down
2 changes: 0 additions & 2 deletions crates/wiggle/macro/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
extern crate proc_macro;

use proc_macro::TokenStream;
use quote::quote;
use syn::parse_macro_input;
Expand Down

0 comments on commit de29ce3

Please sign in to comment.