Convention: module names are lowercase

This commit is contained in:
Matthias Beyer 2015-11-28 13:07:30 +01:00
parent 1038880de9
commit cf1687e8ba
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ impl Module for BMModule {
}
fn name(&self) -> &'static str{
"Bookmark"
"bookmark"
}
fn shutdown(&self, rt : &Runtime) -> ModuleResult {