Skip to content

Commit c8ebff5

Browse files
committed
PR fix
1 parent e7eda67 commit c8ebff5

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)