mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 12:55:26 +00:00
Root-level `cargo fmt --all` doesn't recurse into nested workspaces
(crates/rvf/, examples/onnx-embeddings/, examples/data/, …), but
CI's `cargo fmt --all -- --check` was failing on files inside them
(e.g. crates/rvf/rvf-wire/src/hash.rs).
Ran `cargo fmt --all` inside each nested workspace. Mechanical-only
whitespace, no semantic change.
Touched nested workspaces:
crates/rvf/*
examples/onnx-embeddings/*
examples/data/*
examples/mincut/*
examples/exo-ai-2025/*
examples/prime-radiant/*
examples/rvf/*
examples/ultra-low-latency-sim/*
examples/edge/*
examples/vibecast-7sense/*
examples/onnx-embeddings-wasm/*
Combined with previous commit (
|
||
|---|---|---|
| .. | ||
| benches | ||
| discovery_exports | ||
| docs | ||
| examples | ||
| output | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| EXPORT_GUIDE.md | ||
| GEOSPATIAL_IMPLEMENTATION.md | ||
| PATENT_CLIENT_README.md | ||
| PERSISTENCE.md | ||
| STREAMING_SUMMARY.md | ||