syntastica_parsers_gitdep/lib.rs
1#![doc = include_str!("../README.md")]
2//!
3#![cfg_attr(
4 feature = "docs",
5 cfg_attr(doc, doc = ::document_features::document_features!(feature_label = r#"<span class="stab portability"><code>{feature}</code></span>"#))
6)]
7#![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))]
8#![warn(rust_2018_idioms)]
9#![deny(missing_docs)]
10
11syntastica_macros::parsers_gitdep!();