mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
Gate `FsType` enum and impl with `#[cfg(fs_type_check_supported)]` to suppress dead_code warnings on platforms where the fs type check is not supported (e.g. Windows). Move `CollectionError` import into the `#[cfg(unix)]` block where it is actually used, fixing unused_imports on non-unix. Add `#[cfg(unix)]` to `OTHER_COLLECTION_NAME` test constant that is only referenced in unix-gated tests. Made-with: Cursor Co-authored-by: Cursor Agent <agent@cursor.com>