Skip to content

Commit

Permalink
chore: fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
polazarus committed Nov 10, 2024
1 parent a09dc9b commit d0ac6f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use super::raw::Raw;
use crate::alloc::fmt;
use crate::alloc::vec::Vec;
use crate::raw::try_range_of;
use crate::{Backend, Arc};
use crate::{Arc, Backend};

mod cmp;
mod convert;
Expand Down
2 changes: 1 addition & 1 deletion src/bytes/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ mod tests {
use super::*;
use crate::alloc::borrow::Cow;
use crate::alloc::vec;
use crate::{HipByt, Arc};
use crate::{Arc, HipByt};

#[test]
fn test_as_ref() {
Expand Down

0 comments on commit d0ac6f2

Please sign in to comment.