mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
fix clippy
This commit is contained in:
parent
f06bc51ec4
commit
5da508dcd6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#![allow(clippy::arithmetic_side_effects)]
|
||||
|
||||
use anyhow::Context;
|
||||
use anyhow::Context as _;
|
||||
use ironrdp::pdu::geometry::{InclusiveRectangle, Rectangle as _};
|
||||
use ironrdp::session::image::DecodedImage;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue