Skip to content

Commit 3b3df10

Browse files
committed
Remove old feature gate
1 parent aea3c0b commit 3b3df10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

time/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
//! well as obtaining the UTC offset from JavaScript.
8181
8282
#![doc(html_playground_url = "https://play.rust-lang.org")]
83-
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_notable_trait))]
83+
#![cfg_attr(docsrs, feature(doc_notable_trait))]
8484
#![no_std]
8585
#![doc(html_favicon_url = "https://avatars0.githubusercontent.com/u/55999857")]
8686
#![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/55999857")]

0 commit comments

Comments
 (0)