Skip to content

Commit

Permalink
pty: fix unused import warning on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Apr 8, 2023
1 parent 9e03d24 commit 5fb6db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pty/src/serial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ use serial::{
use std::cell::RefCell;
use std::ffi::{OsStr, OsString};
use std::io::{Read, Result as IoResult, Write};
#[cfg(unix)]
use std::path::PathBuf;
use std::sync::{Arc, Mutex};
use std::time::Duration;
Expand Down

0 comments on commit 5fb6db8

Please sign in to comment.