Skip to content

chore: Move interleaved uncontained memory test into cannot_access_uncontained_memory #8300

chore: Move interleaved uncontained memory test into cannot_access_uncontained_memory

chore: Move interleaved uncontained memory test into cannot_access_uncontained_memory #8300

Workflow file for this run

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