rust-vmm / mshv

Crates for Microsoft Hypervisor ioctls and bindings
Apache License 2.0
29 stars 12 forks source link

mshv-bindings: Rename clippy warning #123

Closed jinankjain closed 9 months ago

jinankjain commented 9 months ago

Summary of the PR

incorrect_clone_impl_on_copy_type is changed to non_canonical_clone_impl. Thus, rename it.

Requirements

Before submitting your PR, please make sure you addressed the following requirements: