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

@@ -31,7 +31,7 @@ impl ToSql for Array {
/// Register the "rarray" module.
pub fn load_module(conn: &Connection) -> Result<()> {
let aux: Option<()> = None;
conn.create_module::<ArrayTab>("rarray", &ARRAY_MODULE, aux)
conn.create_module("rarray", &ARRAY_MODULE, aux)
}
lazy_static! {