Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't compile : missing documentation for method structopt::clap::App #74

Closed
nanocryk opened this issue Feb 23, 2018 · 2 comments
Closed
Labels
bug This is a BUG. The fix may be released in a patch version even if considered breaking

Comments

@nanocryk
Copy link

#![deny(missing_docs, missing_debug_implementations, missing_copy_implementations, trivial_casts,
    trivial_numeric_casts, unsafe_code, unstable_features, unused_import_braces,
    unused_qualifications)]

#[macro_use]
extern crate structopt;

/// Program description
#[derive(StructOpt, Debug, Clone, Copy)]
#[structopt(name = "program")]
pub struct Opt {
    /// Activate recursive mode.
    #[structopt(short = "r", long = "recursive")]
    recursive: bool,
}

It doesn't compile, and with RLS I can see that structopt::clap::App<'a, 'a> lacks a documentation.

@TeXitoi
Copy link
Owner

TeXitoi commented Feb 23, 2018

I will publish a new release once #71 is merged (hopefully before monday).

TeXitoi added a commit that referenced this issue Feb 24, 2018
@TeXitoi TeXitoi added the bug This is a BUG. The fix may be released in a patch version even if considered breaking label Feb 24, 2018
@TeXitoi
Copy link
Owner

TeXitoi commented Feb 25, 2018

v0.2.4 published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a BUG. The fix may be released in a patch version even if considered breaking
Projects
None yet
Development

No branches or pull requests

2 participants