Skip to content

Commit

Permalink
add description to todo item
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jan 10, 2024
1 parent d978a66 commit 3dfcf5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
# Rust will frequently add new warnings and checks.
if: matrix.rust == 'msrv'
run: echo RUSTFLAGS='-Wclippy::all -Wclippy::pedantic' >> $GITHUB_ENV
# TODO: run: echo RUSTFLAGS='-Dwarnings -Wclippy::all -Wclippy::pedantic' >> $GITHUB_ENV
# TODO: Deny warnings when the warnings have been cleaned up.
# run: echo RUSTFLAGS='-Dwarnings -Wclippy::all -Wclippy::pedantic' >> $GITHUB_ENV
- run: rustup update
- run: cargo version
- run: rustup target add ${{ matrix.sys.target }}
Expand Down

0 comments on commit 3dfcf5b

Please sign in to comment.