From 24ab444ed430f833892c500d0a4343a5dce202f8 Mon Sep 17 00:00:00 2001 From: Tristan Guichaoua <33934311+tguichaoua@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:54:45 +0100 Subject: [PATCH] Update src/day.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Felix Spöttel <1682504+fspoettel@users.noreply.github.com> --- src/day.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/day.rs b/src/day.rs index 22d3b8a..85a329a 100644 --- a/src/day.rs +++ b/src/day.rs @@ -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). ///