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.
2 parents 5e3fc53 + a9bccfa commit 623c626Copy full SHA for 623c626
src/lib.rs
@@ -415,8 +415,9 @@ mod tests {
415
fn get_formatted_date(date: DateTime<Local>, weekday: &str) -> String {
416
let result = parse_datetime_at_date(date, weekday).unwrap();
417
418
- return result.format("%F %T %f").to_string();
+ result.format("%F %T %f").to_string()
419
}
420
+
421
#[test]
422
fn test_weekday() {
423
// add some constant hours and minutes and seconds to check its reset
0 commit comments