diff --git a/src/_derive/_tutorial/chapter_0.rs b/src/_derive/_tutorial/chapter_0.rs index ab2cdbb7379..5770a4172d6 100644 --- a/src/_derive/_tutorial/chapter_0.rs +++ b/src/_derive/_tutorial/chapter_0.rs @@ -8,6 +8,7 @@ //! $ cargo add clap --features derive //! ``` //! +//! Here is a preview of the type of application you can make: //! ```rust #![doc = include_str!("../../../examples/tutorial_derive/01_quick.rs")] //! ``` diff --git a/src/_tutorial/chapter_0.rs b/src/_tutorial/chapter_0.rs index 6999f08b796..3de5da45d87 100644 --- a/src/_tutorial/chapter_0.rs +++ b/src/_tutorial/chapter_0.rs @@ -7,6 +7,7 @@ //! $ cargo add clap //! ``` //! +//! Here is a preview of the type of application you can make: //! ```rust #![doc = include_str!("../../examples/tutorial_builder/01_quick.rs")] //! ```