Skip to content

tezos_data_encoding: impl NomReader for Ed25519Sig #140

tezos_data_encoding: impl NomReader for Ed25519Sig

tezos_data_encoding: impl NomReader for Ed25519Sig #140

Workflow file for this run

name: clippy
on:
push:
branches: [ master ]
pull_request:
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.61.0
with:
components: clippy
- name: lint
run: cargo clippy --all-targets -- --deny warnings