Skip to content

Fix both feature structure and sending of close-notify messages. #110

Fix both feature structure and sending of close-notify messages.

Fix both feature structure and sending of close-notify messages. #110

Workflow file for this run

on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
- run: cargo fmt -- --check
- run: cargo clippy --no-default-features --all-targets -- --deny warnings
- run: cargo clippy --all-features --all-targets -- --deny warnings