Skip to content

Derive Clone for HandshakeComplete #73

Derive Clone for HandshakeComplete

Derive Clone for HandshakeComplete #73

Workflow file for this run

name: Rustfmt
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install rustfmt
run: rustup component add rustfmt
- name: Check style
run: cargo fmt --all -- --check --config=merge_imports=true