Convention: module names are lowercase

This commit is contained in:
Matthias Beyer 2015-11-28 13:07:30 +01:00
parent 1038880de9
commit cf1687e8ba

View file

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