Skip to content

Commit

Permalink
chore(refactor): fix clippy warnings
Browse files Browse the repository at this point in the history
The lint `const_err` has been removed: converted into hard error, see issue #71800 <rust-lang/rust#71800> for more information

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Jan 25, 2023
1 parent a6f9968 commit a42569a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion crates/wapc-codec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
clippy::equatable_if_let,
bad_style,
clashing_extern_declarations,
const_err,
dead_code,
deprecated,
explicit_outlives_requirements,
Expand Down
1 change: 0 additions & 1 deletion crates/wapc-guest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
clippy::equatable_if_let,
bad_style,
clashing_extern_declarations,
const_err,
dead_code,
deprecated,
explicit_outlives_requirements,
Expand Down
1 change: 0 additions & 1 deletion crates/wapc-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
clippy::future_not_send,
bad_style,
clashing_extern_declarations,
const_err,
dead_code,
deprecated,
explicit_outlives_requirements,
Expand Down
1 change: 0 additions & 1 deletion crates/wapc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
clippy::equatable_if_let,
bad_style,
clashing_extern_declarations,
const_err,
dead_code,
deprecated,
explicit_outlives_requirements,
Expand Down
1 change: 0 additions & 1 deletion crates/wasm3-provider/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
clippy::equatable_if_let,
bad_style,
clashing_extern_declarations,
const_err,
dead_code,
deprecated,
explicit_outlives_requirements,
Expand Down
1 change: 0 additions & 1 deletion crates/wasmtime-provider/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
clippy::equatable_if_let,
bad_style,
clashing_extern_declarations,
const_err,
dead_code,
deprecated,
explicit_outlives_requirements,
Expand Down

0 comments on commit a42569a

Please sign in to comment.