stratis-storage / stratisd

Easy to use local storage management for Linux.
https://stratis-storage.github.io
Mozilla Public License 2.0
797 stars 55 forks source link

Address large_enum_variant clippy allow on DeviceInfo in identify.rs #3575

Open mulkieran opened 7 months ago

mulkieran commented 7 months ago

One of the constructors contains a BDA, and is therefore a bit larger than the other. We could box something up, perhaps the BDA. But it would affect other lines of the code, maybe quite a few.