Fix clippy findings
This commit is contained in:
parent
99b9d85e47
commit
91559224e5
4 changed files with 22 additions and 13 deletions
|
|
@ -6,6 +6,11 @@ use mockall::automock;
|
|||
|
||||
use crate::ServiceError;
|
||||
|
||||
/// For mocking the context locally since there is actually
|
||||
/// no context.
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
pub struct MockContext;
|
||||
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub struct User {
|
||||
pub name: Arc<str>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue