mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
clippy lint
This commit is contained in:
parent
b599ee3ce0
commit
0bf1ff020a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ fn glob_config_files(path: impl AsRef<Path>) -> impl Iterator<Item = PathBuf> {
|
||||||
None
|
None
|
||||||
};
|
};
|
||||||
|
|
||||||
once(main).chain(files.into_iter().flat_map(|files| files))
|
once(main).chain(files.into_iter().flatten())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn parse_php(path: impl AsRef<Path>) -> Result<Value> {
|
fn parse_php(path: impl AsRef<Path>) -> Result<Value> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue