Skip to content

Commit 289425c

Browse files
doublegateclaude
andcommitted
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

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1616

1717
[workspace.dependencies]
1818
# Async runtime
19-
tokio = { version = "1.48", features = ["full"] }
19+
tokio = { version = "1.49", features = ["full"] }
2020
tokio-rustls = "0.26"
2121

2222
# TLS

0 commit comments

Comments
 (0)