Skip to content

Fix a clippy lint

Ian Jackson requested to merge Diziet/arti:clippy into main
warning: consider adding a `;` to the last statement for consistent formatting
     --> crates/tor-circmgr/src/build.rs:162:13
      |
  162 |             handshake_res = circ.create_firsthop_ntor(ct, params).await
      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: add a `;` here: `handshake_res = circ.create_firsthop_ntor(ct, params).await;`
      |
      = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#semicolon_if_nothing_returned
Edited by Ian Jackson

Merge request reports