mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Don't fail CI on clippy warnings
This commit is contained in:
parent
6aebd9b3e7
commit
8295ac7a1c
2 changed files with 1 additions and 1 deletions
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
@ -47,7 +47,6 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: -- -D warnings
|
||||
|
||||
msrv:
|
||||
name: Check on MSRV
|
||||
|
|
|
@ -15,6 +15,7 @@ pub use nix::sys::signal::Signal;
|
|||
|
||||
// This is a dummy enum for Windows
|
||||
#[cfg(windows)]
|
||||
#[allow(clippy::upper_case_acronyms)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub enum Signal {
|
||||
SIGKILL,
|
||||
|
|
Loading…
Reference in a new issue