mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* [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
6 lines
129 B
Rust
6 lines
129 B
Rust
pub mod segment_builder;
|
|
mod segment_constructor_base;
|
|
pub mod simple_segment_constructor;
|
|
|
|
pub use segment_constructor_base::*;
|