mirror of
https://github.com/containers/crun.git
synced 2026-02-05 15:45:25 +01:00
contrib: fix warning from the rust compiler
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@@ -26,7 +26,6 @@ type Errno = i32;
|
||||
|
||||
type SyscallHandler = fn(req: &mut nc::seccomp_notif_t) -> Result<bool, Errno>;
|
||||
|
||||
#[no_mangle]
|
||||
pub struct LibcrunLoadSeccompNotifyConf {
|
||||
_runtime_root_path: *const c_char,
|
||||
_name: *const c_char,
|
||||
|
||||
Reference in New Issue
Block a user