Skip to content

Re-implement IntoParallelSource for [T; N], passing Miri tests this t… #204

Re-implement IntoParallelSource for [T; N], passing Miri tests this t…

Re-implement IntoParallelSource for [T; N], passing Miri tests this t… #204

Workflow file for this run

on: [push, pull_request]
name: Formatting on nightly toolchain
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Check formatting
run: cargo fmt --verbose -- --check --verbose