Skip to content

Commit 0e42d4f

Browse files
committed
fix
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 353e20f commit 0e42d4f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

vortex-test/compat-gen/DESIGN.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
## The Problem
77

88
Vortex is a columnar file format. Users write `.vortex` files with one
9-
version of the library and expect to read them with any future version. If a
10-
code change silently breaks the ability to decode old files, we ship data
11-
loss.
9+
version of the library and expect to read them in any future version.
10+
We need back-compat!
1211

1312
## The Solution
1413

@@ -52,7 +51,7 @@ pattern, create a **new fixture file** with a new name.
5251
Every fixture implements this trait in Rust:
5352

5453
```rust
55-
pub trait Fixture: Send + Sync {
54+
pub trait Fixture {
5655
/// Filename, e.g. "primitives.vortex".
5756
fn name(&self) -> &str;
5857

0 commit comments

Comments
 (0)