Skip to content

Commit bfd3310

Browse files
committed
revert: unwanted translations in src/ctrlc/windows.rs
1 parent 23b2870 commit bfd3310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ctrlc/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ extern "system" fn handler(ctrl_type: DWORD) -> BOOL {
1818

1919
pub fn set_handler() {
2020
if 0 == unsafe { SetConsoleCtrlHandler(Some(handler), TRUE) } {
21-
error!("{}", t!("Cannot set a control C handler"))
21+
error!("Cannot set a control C handler")
2222
}
2323
}

0 commit comments

Comments
 (0)