Remove requirement for derive_more attributes to be in scope when using quantity_type!
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
use derive_more::{Add, AddAssign, Display, Sub, SubAssign};
|
||||
use generate_quantity::quantity_type;
|
||||
use crate::quantity::{Quantity, Value};
|
||||
|
||||
|
Reference in New Issue
Block a user