Skip to content

Commit bfb0239

Browse files
committed
Remove docs.rs doc_auto_cfg feature and just wait until doc cfg stabilized. Fixes #135
1 parent 62f1141 commit bfb0239

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@
228228
#![cfg_attr(not(feature = "std"), no_std)]
229229
#![doc(html_root_url = "https://docs.rs/half/2.6.0")]
230230
#![doc(test(attr(deny(warnings), allow(unused))))]
231-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
232231
// Until updated to use newly stabilized `from_bits`, disable new lint warning about the transmutes
233232
#![allow(unknown_lints, unnecessary_transmutes)]
234233
#![warn(unknown_lints)]

0 commit comments

Comments
 (0)