mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-16 01:15:07 +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
|
#[cfg(test)] // todo: this mustn't affect the msrv, fix this later
|
||||||
mod backend_size_asserts {
|
mod backend_size_asserts {
|
||||||
use core::mem;
|
use core::mem;
|
||||||
|
|
||||||
use super::Backend;
|
use super::Backend;
|
||||||
|
|
||||||
#[allow(dead_code)] // :/
|
#[allow(dead_code)] // :/
|
||||||
const fn assert_same_size<A, B>() {
|
const fn assert_same_size<A, B>() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue