Fixing clippy. (#121)

This commit is contained in:
Dessalines 2024-07-17 04:00:31 -04:00 committed by GitHub
parent d45ce32e88
commit 83a156394e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -338,7 +338,7 @@ pub trait Collection: Sized {
#[doc(hidden)] #[doc(hidden)]
#[allow(clippy::unwrap_used)] #[allow(clippy::unwrap_used)]
pub mod tests { pub mod tests {
use super::*; use super::{async_trait, ActivityHandler, Actor, Data, Debug, Object, PublicKey, Url};
use crate::{ use crate::{
error::Error, error::Error,
fetch::object_id::ObjectId, fetch::object_id::ObjectId,