Fixup TodoModule::new()
This commit is contained in:
parent
c50d097831
commit
7036f93936
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pub struct TodoModule {
|
||||||
|
|
||||||
impl Module for TodoModule {
|
impl Module for TodoModule {
|
||||||
|
|
||||||
fn new(rt : &Runtime) -> TodoModule {
|
fn new(&rt : Runtime) -> TodoModule {
|
||||||
TodoModule {
|
TodoModule {
|
||||||
path: None
|
path: None
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue