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

doc: add doc_auto_cfg feature to doc and docsrs build for mavlink and mavlink-core

parent d5c5bc3f
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +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))]
#![deny(clippy::all)]
#![warn(clippy::use_self)]
......
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(any(docsrs, doc), 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