Skip to content

perf: make flatten* return Vec #140

perf: make flatten* return Vec

perf: make flatten* return Vec #140

Workflow file for this run

name: RustClippy CI
on: [push, pull_request]
jobs:
clippy:
name: Rust Clippy CI on ${{matrix.os}}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/[email protected]
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy