mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +00:00
runtime-rs : fix shim source is ambiguous
In the documentation test, the name shim has multiple potential sources of import, now give it a clear source. Fixes: #5535 Signed-off-by: Chen TaoTao <chentt10@chinatelecom.cn>
This commit is contained in:
parent
288e337a6f
commit
936fe35acb
@ -16,7 +16,7 @@ pub use error::Error;
|
||||
mod logger;
|
||||
mod panic_hook;
|
||||
mod shim;
|
||||
pub use shim::ShimExecutor;
|
||||
pub use crate::shim::ShimExecutor;
|
||||
mod core_sched;
|
||||
#[rustfmt::skip]
|
||||
pub mod config;
|
||||
|
Loading…
Reference in New Issue
Block a user