This commit is contained in:
gwenn
2018-07-14 19:27:45 +02:00
parent ed1bdc0e68
commit 45624dc60b
4 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ use {Connection, Error, Result};
/// ```
pub fn load_module(conn: &Connection) -> Result<()> {
let aux: Option<()> = None;
conn.create_module::<CSVTab>("csv", &CSV_MODULE, aux)
conn.create_module("csv", &CSV_MODULE, aux)
}
lazy_static! {