Commit dca66ce
refactor: remove unused MaybeString wrapper type (#336)
## Summary
- Delete `MaybeString` newtype wrapper
(`crates/vite_task/src/maybe_str.rs`)
- It existed solely to add bincode `Encode`/`Decode` to `Vec<u8>`, which
wincode supports natively
- The type was never referenced outside its own module
## Test plan
- [x] `cargo clippy` passes
- [x] `cargo test --workspace --exclude fspy` passes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4a1e228 commit dca66ce
4 files changed
+0
-52
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
This file was deleted.
0 commit comments