Skip to content

Commit fcc1ae4

Browse files
committed
stamp: clippy
1 parent fb5b033 commit fcc1ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/base/tests/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3949,7 +3949,7 @@ async fn test_user_workers_cleanup_idle_workers() {
39493949
.unwrap()
39503950
.to_bytes();
39513951

3952-
let payload = serde_json::from_slice::<serde_json::Value>(&*bytes).unwrap();
3952+
let payload = serde_json::from_slice::<serde_json::Value>(&bytes).unwrap();
39533953
let count = payload.get("count").unwrap().as_u64().unwrap();
39543954

39553955
assert_eq!(count, 1);

0 commit comments

Comments
 (0)