Compare commits
1 commit
main
...
fix_clippy
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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