Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
error: incorrect implementation of `clone` on a `Copy` type --> ffi/src/decoder.rs:239:29 | | fn clone(&self) -> Self { | _____________________________^ | | SendablePtr(self.0) | | } | |_____^ help: change this to: `{ *self }` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incorrect_clone_impl_on_copy_type = note: `#[deny(clippy::incorrect_clone_impl_on_copy_type)]` on by default Signed-off-by: Albert Esteve <aesteve@redhat.com>
- Loading branch information