Skip to content

Commit b734575

Browse files
committed
stamp: missing turbo fish operator
1 parent 8fb2402 commit b734575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/base/tests/linux_pku_sigsegv_test_cli.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ async fn test_not_trigger_pku_sigsegv_due_to_jit_compilation_cli() {
1010
"slow_resp",
1111
None,
1212
None,
13-
None(|resp: Result<reqwest::Response, reqwest::Error>| async {
13+
None::<reqwest::RequestBuilder>,
14+
(|resp: Result<reqwest::Response, reqwest::Error>| async {
1415
assert!(resp.unwrap().text().await.unwrap().starts_with("meow: "));
1516
})
1617
);

0 commit comments

Comments
 (0)