Update src/day.rs

Co-authored-by: Felix Spöttel <1682504+fspoettel@users.noreply.github.com>
This commit is contained in:
Tristan Guichaoua 2023-11-22 12:54:45 +01:00 committed by GitHub
parent e3d77e5610
commit 24ab444ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@ use std::error::Error;
use std::fmt::Display;
use std::str::FromStr;
/* -------------------------------------------------------------------------- */
/// A valid day number of advent (i.e. an integer in range 1 to 25).
///