Skip to content

Commit a494bbb

Browse files
authored
Fix formatting (#158)
1 parent 85fe41e commit a494bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cust/src/memory/device/device_slice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ use std::ops::{
1313
Index, IndexMut, Range, RangeFrom, RangeFull, RangeInclusive, RangeTo, RangeToInclusive,
1414
};
1515
use std::os::raw::c_void;
16-
use std::slice;
1716
use std::ptr::{slice_from_raw_parts, slice_from_raw_parts_mut};
17+
use std::slice;
1818

1919
/// Fixed-size device-side slice.
2020
#[repr(transparent)]

0 commit comments

Comments
 (0)