We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db7623 commit 84052d0Copy full SHA for 84052d0
1 file changed
crates/wdk/src/print.rs
@@ -370,7 +370,6 @@ mod dbg_print_buf_writer {
370
// set the last byte to 1 to ensure that the buffer is not automatically
371
// null-terminated when full
372
writer.buffer[DBG_PRINT_MAX_TXN_SIZE - 1] = 1;
373
-
374
fmt::write(&mut writer, format_args!("{TEST_STRING}"))
375
.expect("fmt::write should succeed");
376
0 commit comments