Skip to content

Commit

Permalink
Auto merge of #9293 - ehuss:unnecessary-semi-resolver-tests, r=alexcr…
Browse files Browse the repository at this point in the history
…ichton

Fix redundant_semicolons warning in resolver-tests.
  • Loading branch information
bors committed Mar 22, 2021
2 parents 610b07f + 378b086 commit 99320bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/resolver-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub fn resolve_with_config_raw(
struct MyRegistry<'a> {
list: &'a [Summary],
used: HashSet<PackageId>,
};
}
impl<'a> Registry for MyRegistry<'a> {
fn query(
&mut self,
Expand Down

0 comments on commit 99320bb

Please sign in to comment.