Rename corelib::abi::primitives to corelib::items

This commit is contained in:
Simon Hausmann 2020-08-03 10:32:03 +02:00
parent 72d2a430ee
commit 69beab5957
10 changed files with 35 additions and 34 deletions

View file

@ -28,7 +28,6 @@ pub mod abi {
#![allow(unsafe_code)]
pub mod datastructures;
pub mod model;
pub mod primitives;
pub mod properties;
pub mod sharedarray;
pub mod signals;
@ -37,6 +36,8 @@ pub mod abi {
pub mod tests;
}
pub mod items;
#[doc(inline)]
pub use abi::string::SharedString;