time-rs / time

The most used Rust library for date and time handling.
https://time-rs.github.io
Apache License 2.0
1.06k stars 261 forks source link

errored when execute in `cargo llvm-cov` #619

Closed hitenkoku closed 10 months ago

hitenkoku commented 10 months ago

I checked following error when I execute cargo llvm-cov .

   Compiling time v0.3.28
error[E0557]: feature has been removed
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.28/src/lib.rs:79:39
   |
79 | #![cfg_attr(coverage_nightly, feature(no_coverage))]
   |                                       ^^^^^^^^^^^ feature has been removed
   |
   = note: renamed to `coverage_attribute`

Environment

hitenkoku commented 10 months ago

refs #622