Commit 7ac2b74
committed
refactor(agents): remove superfluous reference
`ua_instance` is borrowed but then immediately dereferenced by the
compiler.
<https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrow>
Caught by Clippy.1 parent 458141f commit 7ac2b74
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
567 | | - | |
| 567 | + | |
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
| |||
0 commit comments