diff --git a/src/constants.rs b/src/constants.rs index 4da412b1..dff18b30 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -52,7 +52,6 @@ pub(crate) mod macros { } } impl std::str::FromStr for $ty { - // add a new error type for this - or something type Err = InvalidConstantString; fn from_str(s: &str) -> Result {