commit | 65de6d177d81bf2901ae6ca910002fff87b40545 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Wed Jan 02 11:38:38 2019 -0700 |
committer | David Brown <davidb@davidb.org> | Thu Jan 03 21:39:50 2019 +0000 |
tree | b0f37e7fe1dfc4fdbf2eeceda02cc7fe1dcc0155 | |
parent | ea25c41af3f32924f7095e68485fa9a278cdad10 [diff] [blame] |
sim: mcuboot-sys: 2018 edition fix Automatic migration to Rust 2018: cargo fix --edition Signed-off-by: David Brown <david.brown@linaro.org>
diff --git a/sim/mcuboot-sys/src/lib.rs b/sim/mcuboot-sys/src/lib.rs index 9f5e6b5..9f5c850 100644 --- a/sim/mcuboot-sys/src/lib.rs +++ b/sim/mcuboot-sys/src/lib.rs
@@ -10,4 +10,4 @@ // functions are exported to C code. pub mod api; -pub use area::{AreaDesc, FlashId}; +pub use crate::area::{AreaDesc, FlashId};