Skip to content

Commit

Permalink
Unsoundly use sed to edit out an unsafe_code warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamschi committed Feb 1, 2021
1 parent cff98f4 commit 9a1125c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deny_warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
profile: minimal
components: clippy
- run: cat CI.toml >> Cargo.toml
- run: sed --in-place 's/#!\[warn(unsafe_code)\]/#!\[allow(unsafe_code)\]/' src/lib.rs # TODO
- run: cargo +nightly clippy --package asteracea_proc-macro-definitions --no-default-features -- -D warnings
- run: cargo +nightly clippy --package asteracea --all-features -- -D warnings
- run: cargo +nightly clippy --package asteracea_proc-macro-definitions --no-default-features -- -D warnings
Expand Down

0 comments on commit 9a1125c

Please sign in to comment.