Tehforsch / diman

Define rust compile time unit systems using const generics
53 stars 2 forks source link

Remove dead code (warnings with 1.80.0-nightly) #75

Closed jedbrown closed 5 months ago

jedbrown commented 5 months ago

These fields are never read and now generate warnings. I deleted them here, but we could mark them with #[allow(dead_code)] if you still intend to use them.