linter happy

This commit is contained in:
erhant 2026-06-10 23:30:03 +03:00
parent 551fa79ffd
commit 73f540fa0a

View File

@ -4,7 +4,7 @@
reason = "We don't care about these in tests"
)]
use std::{ops::Deref, time::Duration};
use std::{ops::Deref as _, time::Duration};
use anyhow::Context as _;
use borsh::BorshSerialize;