Skip to content

Commit 378b086

Browse files
committed
Fix redundant_semicolons warning in resolver-tests.
1 parent 610b07f commit 378b086

File tree

1 file changed

+1
-1
lines changed
  • crates/resolver-tests/src

1 file changed

+1
-1
lines changed

crates/resolver-tests/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub fn resolve_with_config_raw(
123123
struct MyRegistry<'a> {
124124
list: &'a [Summary],
125125
used: HashSet<PackageId>,
126-
};
126+
}
127127
impl<'a> Registry for MyRegistry<'a> {
128128
fn query(
129129
&mut self,

0 commit comments

Comments
 (0)