Skip to content

Commit

Permalink
Load-bearing underscore
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Dec 16, 2023
1 parent 038a3f1 commit 3bf5c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portable-atomic-util/tests/arc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use portable_atomic_util::Arc;

#[test]
fn overaligned() {
fn over_aligned() {
#[repr(align(128))]
struct Aligned(u32);

Expand Down

0 comments on commit 3bf5c26

Please sign in to comment.