From 47ba167be3dd4e762a0d11c6f51b877e35740c08 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Mon, 22 Mar 2021 09:38:48 -0700 Subject: [PATCH] Fix old comment on Config. (#216) We no longer have proxy mode, so getting rid of it from this comment. --- src/config/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/mod.rs b/src/config/mod.rs index 2665888dd0..f7574f9fdb 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -98,7 +98,7 @@ pub enum Source { }, } -/// Config is the configuration for either a Client or Server proxy +/// Config is the configuration of a proxy #[derive(Clone, Debug, Deserialize, Serialize)] pub struct Config { pub version: Version,