Skip to content

Commit

Permalink
Merge pull request #41 from turulix/turulix-patch-1
Browse files Browse the repository at this point in the history
Update CI.yml
  • Loading branch information
turulix authored Oct 7, 2023
2 parents f8cf062 + 3514719 commit afdfc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
rustup component add clippy
- name: Check lint
run: cargo clippy --benches --tests --examples --all-features -- --deny clippy::all
run: cargo clippy --all-targets --all-features -- -D warnings
check_docs:
name: check (docs)
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion memphis/src/producer/memphis_producer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use log::{debug, error, info, trace};
use log::{error, info, trace};

use crate::constants::memphis_constants::{
MemphisHeaders, MemphisNotificationType, MemphisSpecialStation,
Expand Down

0 comments on commit afdfc46

Please sign in to comment.