fix clippy

This commit is contained in:
Alexandr Yusuk 2025-09-24 14:17:27 +03:00
parent f06bc51ec4
commit 5da508dcd6

View file

@ -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;