We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5480abb commit e87e46eCopy full SHA for e87e46e
site/src/main.rs
@@ -42,7 +42,9 @@ async fn main() {
42
"Loading complete; {} commits and {} artifacts",
43
commits, artifacts,
44
);
45
- eprintln!("View the results in a web browser at 'http://localhost:{}/compare.html'", port);
+ eprintln!(
46
+ "View the results in a web browser at 'http://localhost:{port}/compare.html'"
47
+ );
48
// Spawn off a task to post the results of any commit results that we
49
// are now aware of.
50
site::github::post_finished(&res).await;
0 commit comments