We do not have Module::execute() anymore
This commit is contained in:
parent
8404303dbd
commit
a24d3175dd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ fn main() {
|
||||||
|
|
||||||
if let Some(matches) = rt.config.cli_matches.subcommand_matches("bm") {
|
if let Some(matches) = rt.config.cli_matches.subcommand_matches("bm") {
|
||||||
let module : BMModule = Module::new(&rt);
|
let module : BMModule = Module::new(&rt);
|
||||||
module.execute(&rt);
|
//module.execute(&rt);
|
||||||
module.shutdown(&rt);
|
module.shutdown(&rt);
|
||||||
} else {
|
} else {
|
||||||
// Err(ModuleError::mk("No commandline call"))
|
// Err(ModuleError::mk("No commandline call"))
|
||||||
|
|
Loading…
Reference in a new issue