rust-vmm / vfio

14 stars 20 forks source link

vfio-ioctls: also derive Eq along side PartialEq #16

Closed liuw closed 1 year ago

liuw commented 1 year ago

Summary of the PR

Clippy has a new lint.

Requirements

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

andreeaflorescu commented 1 year ago

@liuw I would recommend to directly push to the dependabot branch instead because clippy is not checking all the files before failing, so you might still have hidden failures in the code.

liuw commented 1 year ago

@liuw I would recommend to directly push to the dependabot branch instead because clippy is not checking all the files before failing, so you might still have hidden failures in the code.

Thanks for the info.