We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774d02e commit cb46026Copy full SHA for cb46026
tests/src/integration_test.rs
@@ -42,7 +42,7 @@ mod test {
42
}
43
i += 1;
44
if i == retry_times {
45
- anyhow::bail!("failed to curl for {}", url);
+ anyhow::bail!("failed to curl for {url}");
46
47
buf = Vec::new();
48
tokio::time::sleep(Duration::from_secs(interval_in_secs)).await;
0 commit comments