Skip to content

doc(inline/iter_strings_lossy): describe different behaviors (#52) #197

doc(inline/iter_strings_lossy): describe different behaviors (#52)

doc(inline/iter_strings_lossy): describe different behaviors (#52) #197

Workflow file for this run

name: Clippy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: clippy, rustfmt
- name: Run clippy
run: make lint