Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--- Added copyright to a file and Fixed the following clippy warnings: --- warning: this import is redundant --> log/build.rs:1:1 | 1 | use built; | ^^^^^^^^^^ help: remove it entirely | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports = note: `#[warn(clippy::single_component_path_imports)]` on by default --- warning: this import is redundant --> dispatcher/src/main.rs:4:1 | 4 | use log; | ^^^^^^^^ help: remove it entirely | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports = note: `#[warn(clippy::single_component_path_imports)]` on by default
- Loading branch information