mirror of
https://github.com/LemmyNet/activitypub-federation-rust
synced 2024-11-10 06:04:19 +00:00
Fixing clippy.
This commit is contained in:
parent
a0e0c54b57
commit
74c6677ebb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue