Skip to content

Commit

Permalink
remove defunct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Dec 18, 2023
1 parent 3aecdd4 commit a50a285
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Self, Self::Err> {
Expand Down

0 comments on commit a50a285

Please sign in to comment.