useless comment
This commit is contained in:
parent
0612b09ca0
commit
5c6e3e6941
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ struct IndexTemplate<'a> {
|
|||
}
|
||||
|
||||
pub fn get_index() -> std::string::String {
|
||||
let index = IndexTemplate { name: "world" }; // instantiate your struct
|
||||
let index = IndexTemplate { name: "world" };
|
||||
|
||||
index.render().unwrap()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue