Move edit code from libimagrt
This commit is contained in:
parent
4a317b253c
commit
e250ca632e
3 changed files with 1 additions and 7 deletions
|
@ -1,6 +1 @@
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
}
|
||||
}
|
||||
pub mod edit;
|
||||
|
|
|
@ -32,7 +32,6 @@ extern crate libimagutil;
|
|||
mod configuration;
|
||||
mod logger;
|
||||
|
||||
pub mod edit;
|
||||
pub mod error;
|
||||
pub mod runtime;
|
||||
pub mod setup;
|
||||
|
|
Loading…
Reference in a new issue