From acef3864039a9ab88988a0284a9e320583e998e2 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Mon, 2 Dec 2019 02:27:22 +0100 Subject: [PATCH] Remove useless comment from the configure module --- src/configure/mod.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/configure/mod.rs b/src/configure/mod.rs index c6009f535..3a55da049 100644 --- a/src/configure/mod.rs +++ b/src/configure/mod.rs @@ -564,10 +564,6 @@ fn try_smtp_one_param(context: &Context, param: &LoginParam) -> Option { } } -/******************************************************************************* - * Configure a Context - ******************************************************************************/ - #[cfg(test)] mod tests {