Commit fae9da1
chore: tidy up a few compile-time assertions (vortex-data#9158)
Uses `const { assert!(..) }` for the function-body assertion in
`build_views` to match the existing const-block sites, removes a
redundant block around the single `assert!` in `vortex-error`, and
corrects a doc comment that claimed `DType` is 16 bytes while the
assertion below it checked for 24.
Signed-off-by: Connor <connor@spiraldb.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 2de0319 commit fae9da1
3 files changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 82 | + | |
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
| |||
0 commit comments