Compare commits

...

1 commit

Author SHA1 Message Date
Dessalines
74c6677ebb Fixing clippy. 2024-07-16 12:00:15 -04:00

View file

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