mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
refactor: enable clippy::std_instead_of_core lint
This commit is contained in:
parent
d26e64e4c2
commit
807eb59b07
74 changed files with 143 additions and 140 deletions
|
@ -23,7 +23,7 @@ extern crate tracing;
|
|||
use std::io::Write as _;
|
||||
use std::net::TcpStream;
|
||||
use std::path::PathBuf;
|
||||
use std::time::Duration;
|
||||
use core::time::Duration;
|
||||
|
||||
use anyhow::Context as _;
|
||||
use connector::Credentials;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue