We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc_auto_cfg
1 parent 62f1141 commit bfb0239Copy full SHA for bfb0239
src/lib.rs
@@ -228,7 +228,6 @@
228
#![cfg_attr(not(feature = "std"), no_std)]
229
#![doc(html_root_url = "https://docs.rs/half/2.6.0")]
230
#![doc(test(attr(deny(warnings), allow(unused))))]
231
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
232
// Until updated to use newly stabilized `from_bits`, disable new lint warning about the transmutes
233
#![allow(unknown_lints, unnecessary_transmutes)]
234
#![warn(unknown_lints)]
0 commit comments