format code

This commit is contained in:
nora 2022-04-06 14:14:52 +02:00
parent 5c33ba138f
commit 75fd92489d

View file

@ -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>() {