We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f3429 commit 57eb513Copy full SHA for 57eb513
src/input.rs
@@ -329,6 +329,7 @@ pub fn default_config_path() -> PathBuf {
329
config_path
330
}
331
332
+/// Returns the deprecated home directory config path used for backwards compatibility.
333
pub fn old_default_config_path() -> PathBuf {
334
let Some(mut config_path) = dirs::home_dir() else {
335
panic!("Could not infer config file path.");
0 commit comments