Skip to content
Snippets Groups Projects
Commit bec09cc8 authored by pv42's avatar pv42 Committed by Patrick José Pereira
Browse files

test: disable doc_auto_cfg for doctest

parent c8b10f0e
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
//! feature without also using the `uavionix` and `icarous` features.
//!
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(any(docsrs, doc), feature(doc_auto_cfg))]
#![cfg_attr(all(any(docsrs, doc), not(doctest)), feature(doc_auto_cfg))]
#![deny(clippy::all)]
#![warn(clippy::use_self)]
......
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(any(docsrs, doc), feature(doc_auto_cfg))]
#![cfg_attr(all(any(docsrs, doc), not(doctest)), feature(doc_auto_cfg))]
// include generate definitions
include!(concat!(env!("OUT_DIR"), "/mod.rs"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment