Skip to content

PotentialPrimes: use Box to store iterator #739

PotentialPrimes: use Box to store iterator

PotentialPrimes: use Box to store iterator #739

Workflow file for this run

name: style
on:
push:
paths:
- '.github/workflows/style.yml'
- 'rustfmt.toml'
- '**.rs'
workflow_dispatch:
jobs:
style:
name: style
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: cargo fmt -v --check