We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c50793 commit ee223f8Copy full SHA for ee223f8
1 file changed
workflow-types/src/lib.rs
@@ -79,7 +79,7 @@ impl Workflow {
79
}
80
81
pub fn with_description(mut self, description: String) -> Self {
82
- self.description = Some(description.clone());
+ self.description = Some(description);
83
self
84
85
0 commit comments