We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f88b3 commit 485ccdfCopy full SHA for 485ccdf
src/template/day.rs
@@ -99,7 +99,7 @@ impl Error for DayFromStrError {}
99
100
impl Display for DayFromStrError {
101
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
102
- f.write_str("expecting a day number between 1 and {{day_count!()}}")
+ f.write_str("expecting a day number between 1 and 12")
103
}
104
105
0 commit comments