Don't fail CI on clippy warnings

This commit is contained in:
Félix Saparelli 2021-05-08 19:19:15 +12:00
parent 6aebd9b3e7
commit 8295ac7a1c
2 changed files with 1 additions and 1 deletions

View file

@ -47,7 +47,6 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
msrv:
name: Check on MSRV

View file

@ -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,