mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
2a10f5fd99
Also, added clippy exception for: ``` warning: the function has a cognitive complexity of (26/25) --> ./electrs/target/release/build/electrs-600a795995255594/out/configure_me_config.rs:453:9 | 453 | / pub fn merge_args<I: IntoIterator<Item=::std::ffi::OsString>>(&mut self, args: I) -> Result<impl Iterator<Item=::std::ffi::OsString>, super::Error> { 454 | | let mut iter = args.into_iter().fuse(); 455 | | self._program_path = iter.next().map(Into::into); 456 | | ... | 571 | | Ok(None.into_iter().chain(iter)) 572 | | } | |_________^ | = note: `#[warn(clippy::cognitive_complexity)]` on by default = help: you could split it up into multiple smaller functions = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cognitive_complexity ``` |
||
---|---|---|
.. | ||
config_specification.toml | ||
README.md |
electrs-internal files
Nothing for users here, just for developers. ;)