If you say so, windows

This commit is contained in:
Félix Saparelli 2021-04-11 04:58:38 +12:00
parent 52ca1e98fb
commit 52284ae866
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ pub enum Signal {
}
#[cfg(windows)]
use std::{fmt, io::Write};
use std::fmt;
#[cfg(windows)]
impl fmt::Display for Signal {