Skip to content

Conversation

MichaelMcDonnell
Copy link
Contributor

Clippy generated several warnings about how "this expression creates a reference which is immediately dereferenced by the compiler" [1]. I've removed the references since they don't do anything.

There are also some rustfmt changes that my editor automatically made.

[1] https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

Clippy generated several warnings about how "this expression creates a
reference which is immediately dereferenced by the compiler" [1]. I've
removed the references since they don't do anything.

There are also some rustfmt changes that my editor automatically made.

[1] https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
@jdm
Copy link
Member

jdm commented Dec 3, 2022

@bors-servo r+
Thanks!

@bors-servo
Copy link
Contributor

📌 Commit f413b98 has been approved by jdm

@bors-servo
Copy link
Contributor

⌛ Testing commit f413b98 with merge 9584352...

@bors-servo
Copy link
Contributor

☀️ Test successful - checks-github
Approved by: jdm
Pushing 9584352 to master...

@bors-servo bors-servo merged commit 9584352 into servo:master Dec 3, 2022
@MichaelMcDonnell MichaelMcDonnell deleted the remove-needless-borrows branch December 3, 2022 14:37
@MichaelMcDonnell
Copy link
Contributor Author

Thanks for merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants