Skip to content

Add support for initialising the pool to some value and allow allocating uninitialized boxes. #10

Add support for initialising the pool to some value and allow allocating uninitialized boxes.

Add support for initialising the pool to some value and allow allocating uninitialized boxes. #10

Workflow file for this run

name: Rust Miri
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: miri
- name: Test
run: cargo miri test