qcell 0.5.4

Statically-checked alternatives to RefCell and RwLock
Documentation
1
2
3
4
5
6
7
8
#!/bin/bash

./run-feature-combinations |
    while read msrv features
    do
        echo "=== Features: $features"
        cargo clippy --no-default-features --features "$features" || exit 1
    done