Skip to content

Commit

Permalink
Fix old comment on Config. (#216)
Browse files Browse the repository at this point in the history
We no longer have proxy mode, so getting rid of it from this comment.
  • Loading branch information
markmandel authored Mar 22, 2021
1 parent 28b34c0 commit 47ba167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 47ba167

Please sign in to comment.