Skip to content

Commit

Permalink
omit unit return type
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Sep 18, 2024
1 parent 9b9e17e commit aa109f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ impl Collection {
Ok(sig)
}

pub fn intersect_manifest(&mut self, mf: &Manifest) -> () {
pub fn intersect_manifest(&mut self, mf: &Manifest) {

Check warning on line 219 in src/core/src/collection.rs

View check run for this annotation

Codecov / codecov/patch

src/core/src/collection.rs#L219

Added line #L219 was not covered by tests
self.manifest = self.manifest.intersect_manifest(mf);
}
}
Expand Down

0 comments on commit aa109f8

Please sign in to comment.