fix:rollback

This commit is contained in:
wangmm0220 2023-10-17 15:35:49 +08:00
parent a16c9be49f
commit 486227d341
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#![allow(unused)]
#![allow(non_camel_case_types)]
#[path = "bindings.rs"]
pub mod bindings;
#[path = "subscriber.rs"]
pub mod subscriber;
#[path = "tdengine.rs"]
pub mod tdengine;
#[path = "utils.rs"]
pub mod utils;