We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-lang/rust#67441
rusty-endsong-parser/src/entry.rs
Line 368 in c9bac8e
change it to
const ONE_DAY: Duration = Duration::try_days(1).unwrap();
when it becomes stable to do so
The text was updated successfully, but these errors were encountered:
#76 or rather TimeDelta instead of Duration heh
TimeDelta
Duration
Sorry, something went wrong.
Done in ad12c3c
#75 make ONE_DAY a const
a2301a6
Actually done in a2301a6 ...
fsktom
No branches or pull requests
rust-lang/rust#67441
rusty-endsong-parser/src/entry.rs
Line 368 in c9bac8e
change it to
when it becomes stable to do so
The text was updated successfully, but these errors were encountered: