Skip to content

Simplify get_many_mut by using commutativity of equality. #323

Simplify get_many_mut by using commutativity of equality.

Simplify get_many_mut by using commutativity of equality. #323

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@nightly
with:
components: miri, rust-src
- run: cargo test --all-features
- run: cargo miri setup
- run: cargo miri test
env:
MIRIFLAGS: -Zmiri-strict-provenance