func should't be public
(doesn't matter since the module itself isn't public, though)
This commit is contained in:
parent
de4c12b0a1
commit
6fb454fcea
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ fn dummy_auth_func(_a: String) -> Result<bool, String> {
|
|||
}
|
||||
|
||||
/// Creates a bare-minimum config
|
||||
pub fn create_empty_config() -> Config {
|
||||
fn create_empty_config() -> Config {
|
||||
let mut searching = Vec::new();
|
||||
searching.push(SearchInfo {
|
||||
search_type: "search".to_string(),
|
||||
|
|
Loading…
Reference in a new issue