From a50a2855e277b575d20e5546a81aca223e38b6e4 Mon Sep 17 00:00:00 2001 From: Shane Madden Date: Mon, 18 Dec 2023 15:25:58 -0700 Subject: [PATCH] remove defunct comment --- src/constants.rs | 1 - 1 file changed, 1 deletion(-) 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 {