Commit 289425c
refactor: Apply tech debt remediation from stashed changes
- Update tokio from 1.48 to 1.49 for latest async runtime improvements
- Rewrite state_bench.rs to use std::hint::black_box (Rust 1.66+)
instead of criterion::black_box for better optimization barriers
- Update parser_bench.rs to use std::hint::black_box consistently
- Apply clippy fixes to rustirc-scripting and rustirc-plugins crates
- Enhance documentation in ScriptApi with detailed field comments
- Improve plugins manager code organization
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 5401985 commit 289425c
7 files changed
Lines changed: 178 additions & 236 deletions
File tree
- crates
- rustirc-core/benches
- rustirc-plugins/src
- rustirc-protocol/benches
- rustirc-scripting/src
Some 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 | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments