diff --git a/time/src/lib.rs b/time/src/lib.rs index 9452c4f6a..dce09a2b3 100644 --- a/time/src/lib.rs +++ b/time/src/lib.rs @@ -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")]