matklad / once_cell

Rust library for single assignment cells and lazy statics without macros
Apache License 2.0
1.84k stars 110 forks source link

actually test parking_lot on CI #68

Closed matklad closed 4 years ago

matklad commented 4 years ago

bors r+

pitdicker commented 4 years ago

With this change it will no longer test the std implementation?

Edit: no, std is the default feature

matklad commented 4 years ago

nope, this entry tests default features (and std is default): https://github.com/matklad/once_cell/pull/68/files#diff-354f30a63fb0907d4ad57269548329e3L16-L19

bors[bot] commented 4 years ago

Canceled

matklad commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded