Skip to content

Commit ee223f8

Browse files
jefflloydelvis kahoro
authored andcommitted
PR fix
1 parent 7c50793 commit ee223f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl Workflow {
7979
}
8080

8181
pub fn with_description(mut self, description: String) -> Self {
82-
self.description = Some(description.clone());
82+
self.description = Some(description);
8383
self
8484
}
8585
}

0 commit comments

Comments
 (0)