pub fn open_local(path: &Path) -> Result<File>Expand description
The repository-local configuration, loaded for editing.
Includes are deliberately not followed: we are about to write this file back, and following includes would fold someone else’s file into ours.
§Errors
Error::Config when the file exists but cannot be parsed.