Skip to content

Commit

Permalink
Remove unused feature(no_coverage) opt-in (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz authored Sep 18, 2023
1 parent 6aa8db5 commit 5813d61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion time/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
#![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(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 5813d61

Please sign in to comment.