Move edit code from libimagrt

This commit is contained in:
Matthias Beyer 2016-08-09 12:28:20 +02:00
parent 4a317b253c
commit e250ca632e
3 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}
pub mod edit;

View File

@ -32,7 +32,6 @@ extern crate libimagutil;
mod configuration;
mod logger;
pub mod edit;
pub mod error;
pub mod runtime;
pub mod setup;