mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 18:33:24 +00:00
Remove static_assertions
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
0c028a7d8c
commit
9e1c939a3f
@ -7,8 +7,8 @@ use alloc::{boxed::Box, sync::Arc, vec::Vec};
|
||||
use core::net::Ipv4Addr;
|
||||
|
||||
use jhash::{jhash_1vals, jhash_3vals};
|
||||
use ostd::const_assert;
|
||||
use smoltcp::wire::{IpAddress, IpEndpoint, IpListenEndpoint};
|
||||
use static_assertions::const_assert;
|
||||
|
||||
use crate::{
|
||||
ext::Ext,
|
||||
|
Reference in New Issue
Block a user