Skip to content

Commit

Permalink
Remove TODO. It's not going to happen
Browse files Browse the repository at this point in the history
  • Loading branch information
koenichiwa committed Aug 8, 2023
1 parent a7d27ce commit db412ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub enum Error {

#[cfg(feature = "cron")]
#[error("The crontab generated an invalid value: {0}")]
InvalidCronField(u32), // TODO: Change u32 to cron::Ordinal when possible. See: https://github.com/zslayton/cron/issues/82
InvalidCronField(u32),

#[cfg(feature = "io")]
#[error(transparent)]
Expand Down

0 comments on commit db412ae

Please sign in to comment.