Skip to content

Commit 57eb513

Browse files
bee-sanCopilot
andauthored
Update src/input.rs
Co-authored-by: Copilot <[email protected]>
1 parent e5f3429 commit 57eb513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/input.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ pub fn default_config_path() -> PathBuf {
329329
config_path
330330
}
331331

332+
/// Returns the deprecated home directory config path used for backwards compatibility.
332333
pub fn old_default_config_path() -> PathBuf {
333334
let Some(mut config_path) = dirs::home_dir() else {
334335
panic!("Could not infer config file path.");

0 commit comments

Comments
 (0)