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
commit 7d91150185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;