We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7eda67 commit c8ebff5Copy full SHA for c8ebff5
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