warning: using `clone` on a `Copy` type --> src/handshake/server.rs:159:21 | 159 | self.config.clone(), | ^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.config` | = help: for further information visit https://rust-lang-nursery.github.io/rust-clippy/v0.0.212/index.html#clone_on_copypull/39/head
parent
2585feba44
commit
c211d046cb
Loading…
Reference in new issue