chore: fix Application::new documentation
This commit is contained in:
committed by
Henrik Friedrichsen
parent
0c97bd36c3
commit
d0efc0868f
@@ -96,7 +96,6 @@ impl Application {
|
||||
///
|
||||
/// # Arguments
|
||||
///
|
||||
/// * `configuration_base_path` - Path to the configuration directory
|
||||
/// * `configuration_file_path` - Relative path to the configuration file inside the base path
|
||||
pub fn new(configuration_file_path: Option<String>) -> Result<Self, String> {
|
||||
// Things here may cause the process to abort; we must do them before creating curses
|
||||
|
||||
Reference in New Issue
Block a user