Skip to content

Manually fix all clippy lints #15

Manually fix all clippy lints

Manually fix all clippy lints #15

Workflow file for this run

name: Build
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rustup toolchain install nightly
- name: Build
run: cargo +nightly build --verbose