ChainSafe / forest

🌲 Rust Filecoin Node Implementation
https://forest.chainsafe.io
Apache License 2.0
618 stars 145 forks source link

fix: use &T instead of &Arc<T> in parameter types when possible #4398

Closed hanabi1224 closed 1 month ago

hanabi1224 commented 1 month ago

Summary of changes

This PR demotes some &Arc<T> parameter types to &T when possible

Changes introduced in this pull request:

-

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist