From 5a638fd35473134c1a74b1c85c7a456ee4c3bd60 Mon Sep 17 00:00:00 2001 From: landrigun Date: Mon, 7 Nov 2022 10:50:18 +0000 Subject: [PATCH] improv: fix doc in config.rs (#18) --- src/config/config.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config/config.rs b/src/config/config.rs index d70a3d5..819f24f 100644 --- a/src/config/config.rs +++ b/src/config/config.rs @@ -1,5 +1,3 @@ -//! config module implements all the utilities to properly create and validate a router config - use configparser::ini::Ini; use std::str::FromStr;