Merge pull request #5536 from chentt10/fix-name-shim-source-ambiguous

runtime-rs : fix the shim source in the documentation test is ambiguous
This commit is contained in:
Zhongtao Hu
2022-11-11 14:07:05 +08:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ pub use error::Error;
mod logger; mod logger;
mod panic_hook; mod panic_hook;
mod shim; mod shim;
pub use shim::ShimExecutor; pub use crate::shim::ShimExecutor;
mod core_sched; mod core_sched;
#[rustfmt::skip] #[rustfmt::skip]
pub mod config; pub mod config;