mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
addressing clippy lints
This commit is contained in:
@@ -128,7 +128,7 @@ mod tests {
|
||||
assert_eq!(notification.heading, HEADING);
|
||||
|
||||
let mark_read_payload = MarkReadReq {
|
||||
id: notification.id.clone(),
|
||||
id: notification.id,
|
||||
};
|
||||
let mark_read_resp = test::call_service(
|
||||
&mut app,
|
||||
|
||||
Reference in New Issue
Block a user