diff --git a/structopt-derive/src/lib.rs b/structopt-derive/src/lib.rs index e79d9df3..6535669d 100644 --- a/structopt-derive/src/lib.rs +++ b/structopt-derive/src/lib.rs @@ -217,9 +217,9 @@ //! //! #[derive(StructOpt)] //! enum Command { -//! Bar {}, -//! Baz {}, -//! Quux {} +//! Bar, +//! Baz, +//! Quux //! } //! ```