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 8ecc7bc commit 8c71411Copy full SHA for 8c71411
src/server.rs
@@ -155,7 +155,7 @@ pub async fn run(listener: TcpListener, shutdown: impl Future) {
155
// op completes, its associated `<step to perform with result>` is
156
// performed.
157
//
158
- // The `select! macro is a foundational building block for writing
+ // The `select!` macro is a foundational building block for writing
159
// asynchronous Rust. See the API docs for more details:
160
161
// https://docs.rs/tokio/*/tokio/macro.select.html
0 commit comments