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 e7f8d1c commit d7efd2aCopy full SHA for d7efd2a
jira-wip/src/koans/01_ticket/04_visibility.rs
@@ -45,6 +45,8 @@ mod visibility {
45
panic!("A description cannot be longer than 3000 characters!");
46
}
47
48
+ // Functions implicitly return the result of their last expression so we can omit
49
+ // the `return` keyword here.
50
Ticket {
51
title,
52
description,
0 commit comments