diff options
Diffstat (limited to 'Cargo.toml')
| -rwxr-xr-x | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ mutants = "0.0.3" # used to skip functions that can't run parking_lot = "0.12" [features] -default = ["parking_lot"] +default = ["parking_lot", "std"] +std = [] [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin_include)"] } |
