Skip to content

Commit

Permalink
Remove unnecessary linter config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostie314159 committed Nov 5, 2023
1 parent 59da2c4 commit 9c1907f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/api.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
// this exists primarily to test various API usages of scroll; e.g., must compile

// guard against potential undefined behaviour when borrowing from
// packed structs. See https://github.com/rust-lang/rust/issues/46043
#![deny(unaligned_references)]

// #[macro_use] extern crate scroll_derive;

use scroll::ctx::SizeWith;
Expand Down

0 comments on commit 9c1907f

Please sign in to comment.