mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 16:36:38 +00:00
rustjail: remove unnecessary #[async_trait]
Remove unnecessary #[async_trait] Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
@@ -276,7 +276,6 @@ pub struct SyncPC {
|
||||
pid: pid_t,
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
pub trait Container: BaseContainer {
|
||||
fn pause(&mut self) -> Result<()>;
|
||||
fn resume(&mut self) -> Result<()>;
|
||||
|
Reference in New Issue
Block a user