Files
qdrant/lib/segment/src/segment_constructor/mod.rs
Konstantin 93e0fb5c2c [CLIPPY] Fix the last portion of rules and enable CI check (#53)
* [CLIPPY] Fixed the warning for references of the user defined types

* [CLIPPY] Fix module naming issue

* [CLIPPY] Fix the last set of warnings and enable clippy check during CI

* Moved cargo fmt and cargo clippy into it's own action
2021-07-03 13:12:21 +02:00

6 lines
129 B
Rust

pub mod segment_builder;
mod segment_constructor_base;
pub mod simple_segment_constructor;
pub use segment_constructor_base::*;