Skip to content

Commit 18c9254

Browse files
committed
fix clippy
1 parent 7ee09ef commit 18c9254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_lib/src/discovery/command_discovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ impl ResourceDiscovery for CommandDiscovery {
203203

204204
for (adapter_name, adapters) in &self.adapters {
205205
for adapter in adapters {
206-
if !regex.is_match(&adapter_name) {
206+
if !regex.is_match(adapter_name) {
207207
continue;
208208
}
209209

0 commit comments

Comments
 (0)