mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Remove #[macro_use] attribute when importing macros
This commit is contained in:
		| @@ -35,7 +35,7 @@ pub fn load_module(conn: &Connection) -> Result<()> { | ||||
|     conn.create_module("rarray", &ARRAY_MODULE, aux) | ||||
| } | ||||
|  | ||||
| lazy_static! { | ||||
| lazy_static::lazy_static! { | ||||
|     static ref ARRAY_MODULE: Module<ArrayTab> = eponymous_only_module::<ArrayTab>(1); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user