Skip to content

Relax lifetime constraints on mapped_ref and mapped_mut #27

Relax lifetime constraints on mapped_ref and mapped_mut

Relax lifetime constraints on mapped_ref and mapped_mut #27

name: validate commit
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo test --no-default-features --verbose
- run: cargo test --verbose
- run: cargo test --all-features --verbose