crabmail

Static HTML email archive viewer in Rust
git clone git://git.alexwennerberg.com/crabmail
Log | Files | Refs | README | LICENSE

commit 1116807a8934ea9f147cc80e8969bf8788a3ec5f
parent c93eb96badc02d14e109211ea15ed26866cad74c
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Tue, 14 Dec 2021 19:33:58 -0800

remove comment

Diffstat:
Msrc/config.rs | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/config.rs b/src/config.rs @@ -39,7 +39,6 @@ impl Config { "url" => url = value.to_string(), _ => {} } - // Debug line } else { // Replace with whatever you want to do on malformed config lines panic!("Invalid config")