func should't be public

(doesn't matter since the module itself isn't public, though)
This commit is contained in:
askiiart 2024-11-27 10:41:29 -06:00
parent de4c12b0a1
commit 6fb454fcea
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -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(),