We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39702da commit 7e62d90Copy full SHA for 7e62d90
1 file changed
src/config.rs
@@ -243,7 +243,6 @@ fn get_config_path() -> Result<PathBuf> {
243
Ok(config_dir.join("config.toml"))
244
}
245
246
-
247
pub fn load_config_at(custom_path: Option<&Path>) -> Result<Config> {
248
let path = match custom_path {
249
Some(p) => p.to_path_buf(),
0 commit comments