chore: fix Application::new documentation

This commit is contained in:
Thomas Frans
2023-05-27 19:25:00 +02:00
committed by Henrik Friedrichsen
parent 0c97bd36c3
commit d0efc0868f

View File

@@ -96,7 +96,6 @@ impl Application {
/// ///
/// # Arguments /// # Arguments
/// ///
/// * `configuration_base_path` - Path to the configuration directory
/// * `configuration_file_path` - Relative path to the configuration file inside the base path /// * `configuration_file_path` - Relative path to the configuration file inside the base path
pub fn new(configuration_file_path: Option<String>) -> Result<Self, String> { 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 // Things here may cause the process to abort; we must do them before creating curses