Rename container module to mscmap

Better reflects what it actually is.
This commit is contained in:
Tony Arcieri
2019-12-08 09:46:30 -08:00
parent 39a81fc300
commit 0a100acdd2
4 changed files with 3 additions and 44 deletions
+2 -2
View File
@@ -140,13 +140,13 @@ pub mod cccid;
pub mod certificate;
pub mod chuid;
pub mod config;
#[cfg(feature = "untested")]
pub mod container;
pub mod error;
pub mod key;
mod metadata;
pub mod mgm;
#[cfg(feature = "untested")]
pub mod mscmap;
#[cfg(feature = "untested")]
pub mod msroots;
pub mod policy;
pub mod readers;