Disabled warning on unused import warning because the import is needed to be mapped to an enum in the UDL file
This commit is contained in:
parent
068f42b6e0
commit
aa80638742
1 changed files with 1 additions and 3 deletions
|
@ -3,9 +3,7 @@ mod watch_directory;
|
|||
|
||||
use watch_directory::{ * };
|
||||
use ssh::{ * };
|
||||
#[allow(unused_imports)]
|
||||
#[allow(unused_imports)] // Needed to map it to the enum in the UDL file
|
||||
use libssh_rs::AuthStatus;
|
||||
|
||||
uniffi::include_scaffolding!("gitnuro");
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue