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 12b206e commit 9eb5e48Copy full SHA for 9eb5e48
README.md
@@ -90,7 +90,7 @@ cargo day <day>
90
# 9 (elapsed: 33.18µs)
91
```
92
93
-`day` is a shorthand for `cargo run --bin `. To run an optimized version for benchmarking, append the `--release` flag.
+`day` is an alias for `cargo run --bin`. To run an optimized version for benchmarking, append the `--release` flag.
94
95
Displayed _timings_ show the raw execution time of your solution without overhead (e.g. file reads).
96
0 commit comments