Remove requirement for derive_more attributes to be in scope when using quantity_type!

This commit is contained in:
Zachary Sunforge
2024-10-29 08:58:36 -07:00
parent 60c9bbfee4
commit dae7ae8a98
6 changed files with 18 additions and 13 deletions

View File

@ -1,5 +1,4 @@
use crate::quantity::{Quantity, Value};
use derive_more::{Add, AddAssign, Display, Sub, SubAssign};
use generate_quantity::quantity_type;
//----- Watter per Square Meter ----------------------------------