mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
parent
dbd127fad9
commit
d42cfee912
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ include = [
|
|||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["unstable-doc"]
|
||||
rustc-args = ["--cfg", "docsrs"]
|
||||
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"]
|
||||
|
||||
[package.metadata.playground]
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
// (see LICENSE or <http://opensource.org/licenses/MIT>) All files in the project carrying such
|
||||
// notice may not be copied, modified, or distributed except according to those terms.
|
||||
|
||||
#![cfg_attr(feature = "docsrs", feature(doc_auto_cfg))]
|
||||
#![doc(html_logo_url = "https://raw.githubusercontent.com/clap-rs/clap/master/assets/clap.png")]
|
||||
#![cfg_attr(feature = "derive", doc = include_str!("../README.md"))]
|
||||
//! <https://github.com/clap-rs/clap>
|
||||
|
|
Loading…
Reference in a new issue