chore: reformat a docstring
This commit is contained in:
@@ -24,8 +24,8 @@ impl Config {
|
||||
///
|
||||
/// # Errors
|
||||
///
|
||||
/// This function will return an error if the config file exists but cannot be read, its
|
||||
/// contents are not UTF-8, or the file is malformed.
|
||||
/// This function will return an error if the config file exists but cannot be
|
||||
/// read, its contents are not UTF-8, or the file is malformed.
|
||||
pub fn load(config_file: &Path) -> Result<Self> {
|
||||
let from_file = read_to_string(config_file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user