Skip to content

Commit be47306

Browse files
Revert to older nightly because of rust-lang/rust#105809
1 parent 80fd905 commit be47306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "nightly-2022-12-19"
2+
channel = "nightly-2022-12-15"

src/h2/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ async fn handle_events(
315315
rx: piece_rx,
316316
};
317317

318-
debug!("Calling handlerwith the given body");
318+
debug!("Calling handler with the given body");
319319
tokio_uring::spawn({
320320
let driver = driver.clone();
321321
async move {

0 commit comments

Comments
 (0)