We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fd4a4 commit 50f90bfCopy full SHA for 50f90bf
jira-wip/src/koans/01_ticket/07_derive.rs
@@ -14,6 +14,10 @@ mod derive {
14
/// You can check the code generated by derive macros using `cargo expand`:
15
/// https://github.com/dtolnay/cargo-expand
16
///
17
+ /// ```sh
18
+ /// cargo expand -p jira-wip path_to_enlightenment::derive
19
+ /// ```
20
+ ///
21
/// PartialEq is not the only trait whose implementation can be derived automatically!
22
#[derive(PartialEq)]
23
pub enum Status {
0 commit comments