mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-25 04:11:31 +00:00
clippy
This commit is contained in:
parent
e7376eeaef
commit
68c6e5d7bf
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ use std::{env::current_dir, process::Command};
|
|||
use strum::IntoEnumIterator;
|
||||
|
||||
#[test]
|
||||
#[clippy::allow(unwrap_used)]
|
||||
fn test_errors_used() {
|
||||
let mut unused_error_found = false;
|
||||
let mut current_dir = current_dir().unwrap();
|
||||
|
|
Loading…
Reference in a new issue