Skip to content

Commit

Permalink
chore(lib.rs): renamed no_coverage with coverate_attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Sep 16, 2023
1 parent 6aa8db5 commit 7fc5f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#![doc(html_playground_url = "https://play.rust-lang.org")]
#![cfg_attr(__time_03_docs, feature(doc_auto_cfg, doc_notable_trait))]
#![cfg_attr(coverage_nightly, feature(no_coverage))]
#![cfg_attr(coverage_nightly, feature(coverage_attribute))]
#![cfg_attr(not(feature = "std"), no_std)]
#![doc(html_favicon_url = "https://avatars0.githubusercontent.com/u/55999857")]
#![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/55999857")]
Expand Down

0 comments on commit 7fc5f3d

Please sign in to comment.