Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bluurryy committed May 19, 2024
1 parent 537056f commit 46c8340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/fuzzing-support/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(pointer_is_aligned_to, strict_provenance, non_null_convenience, allocator_api)]
#![feature(pointer_is_aligned_to, strict_provenance, allocator_api)]
#![allow(clippy::cargo_common_metadata)]

use std::{alloc::Layout, cell::Cell, ops::Deref, ptr::NonNull, rc::Rc};
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ clippy:
cd crates/fuzzing-support; cargo clippy --all --tests
cd crates/inspect-asm; cargo clippy --all --tests
cd crates/test-fallibility; cargo clippy --all --tests
cd fuzz; cargo clippy --all --tests
cd fuzz; cargo clippy --all

spellcheck:
# https://www.npmjs.com/package/cspell
Expand Down

0 comments on commit 46c8340

Please sign in to comment.