Skip to content

Commit 99320bb

Browse files
committed
Auto merge of #9293 - ehuss:unnecessary-semi-resolver-tests, r=alexcrichton
Fix redundant_semicolons warning in resolver-tests.
2 parents 610b07f + 378b086 commit 99320bb

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)