We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454649e commit 002fd8fCopy full SHA for 002fd8f
1 file changed
crates/io_base/src/app_dirs.rs
@@ -34,7 +34,7 @@ const PROJECT_DIRS: LazyLock<ProjectDirs> =
34
/// - Others: `$XDG_CONFIG_HOME/Tectonic` if defined, otherwise
35
/// `$HOME/.config/Tectonic`
36
pub fn get_user_config() -> Result<PathBuf> {
37
- Ok(PROJECT_DIRS.config_dir().into_path_buf())
+ Ok(PROJECT_DIRS.config_dir().to_path_buf())
38
}
39
40
/// Get the directory for per-user Tectonic configuration files, creating it if needed.
0 commit comments