mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 04:20:24 +00:00
applease rustfmt
This commit is contained in:
parent
5dc13b35c1
commit
e3e3bd42fd
@ -1300,10 +1300,10 @@ mod tests {
|
||||
|
||||
assert_eq!(xs, array);
|
||||
assert_eq!(array, xs);
|
||||
|
||||
|
||||
assert_eq!(xs, array.as_slice());
|
||||
assert_eq!(array.as_slice(), xs);
|
||||
|
||||
|
||||
assert_eq!(xs, &array);
|
||||
assert_eq!(&array, xs);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user