๐Ÿ“Ž makes clippy happy

This commit is contained in:
Irevoire
2022-08-12 14:18:27 +02:00
parent e6b806e0cf
commit 83e20027fd
9 changed files with 15 additions and 13 deletions

View File

@ -373,7 +373,7 @@ pub mod test {
assert_eq!(tasks.len(), 1);
assert_eq!(
&*tasks.first().as_ref().unwrap().index_uid().unwrap(),
tasks.first().as_ref().unwrap().index_uid().unwrap(),
"test"
);
}