mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-14 16:35:08 +01:00
format code
This commit is contained in:
parent
5c33ba138f
commit
75fd92489d
1 changed files with 2 additions and 2 deletions
|
|
@ -36,9 +36,9 @@ pub unsafe trait Backend<T> {
|
|||
|
||||
#[cfg(test)] // todo: this mustn't affect the msrv, fix this later
|
||||
mod backend_size_asserts {
|
||||
use core::mem;
|
||||
use core::mem;
|
||||
|
||||
use super::Backend;
|
||||
use super::Backend;
|
||||
|
||||
#[allow(dead_code)] // :/
|
||||
const fn assert_same_size<A, B>() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue