Fix clippy warnings

This commit is contained in:
gwenn
2016-12-04 10:18:56 +01:00
parent 6ef0b1d64c
commit 8c6f585d52
3 changed files with 4 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ pub fn load_module(conn: &Connection) -> Result<()> {
conn.create_module("generate_series", &SERIES_MODULE, aux)
}
init_module!(SERIES_MODULE,
SeriesTab,
SeriesTabCursor,