Skip to content

Commit

Permalink
Merge pull request #220 from waywardmonkeys/fix-fmt
Browse files Browse the repository at this point in the history
cargo fmt
  • Loading branch information
fitzgen committed Sep 25, 2023
2 parents 490751c + ba8099e commit d9ae7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all/boxed.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![cfg(feature = "boxed")]

use bumpalo::Bump;
use bumpalo::boxed::Box;
use bumpalo::Bump;

#[test]
fn into_raw_aliasing() {
Expand Down

0 comments on commit d9ae7bb

Please sign in to comment.