Made quantities implement Debug
This commit is contained in:
@ -11,7 +11,7 @@ members = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.3.12"
|
version = "0.3.13"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://git.bfpower.io/BFPOWER/physical"
|
repository = "https://git.bfpower.io/BFPOWER/physical"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -103,6 +103,7 @@ pub fn quantity_type(input: TokenStream) -> TokenStream {
|
|||||||
Clone,
|
Clone,
|
||||||
PartialEq,
|
PartialEq,
|
||||||
PartialOrd,
|
PartialOrd,
|
||||||
|
Debug,
|
||||||
derive_more::Add,
|
derive_more::Add,
|
||||||
derive_more::AddAssign,
|
derive_more::AddAssign,
|
||||||
derive_more::Sub,
|
derive_more::Sub,
|
||||||
|
Reference in New Issue
Block a user