docs(middle-day): update deprecated method

This commit is contained in:
Michele Sessa 2023-02-20 11:18:03 +00:00 committed by Michele
parent 5832f09413
commit 1bc3b5d6dd
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ Here is a program to test your function:
use middle_day::*;
fn main() {
let date = Utc.ymd(2011, 12, 2).and_hms(21, 12, 09);
println!("{:?}", middle_day(1022).unwrap());
}
```