Remove unused import that breaks builds on newer rust versions

This commit is contained in:
William Brown 2024-01-24 10:43:26 +10:00
parent 4d250f817d
commit 9a52281382

View file

@ -3,7 +3,6 @@
//! factor to assert that the user is legitimate. This also contains some //! factor to assert that the user is legitimate. This also contains some
//! support code for asynchronous task execution. //! support code for asynchronous task execution.
use std::collections::BTreeMap; use std::collections::BTreeMap;
pub use std::collections::BTreeSet as Set;
use std::convert::TryFrom; use std::convert::TryFrom;
use std::fmt; use std::fmt;
use std::time::Duration; use std::time::Duration;