diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-18 00:48:13 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-18 00:48:13 +0900 |
| commit | d1960a8b7488dffe161080714447120fa6f85db1 (patch) | |
| tree | e3b77fe5bd8d71e6d3aabbfe45762cbc5d6f50ef /crates/shirabe/tests/platform/version_test.rs | |
| parent | aaf2b0175e1f5b78fcfaae5c6b413588f31bc9e6 (diff) | |
| download | php-shirabe-d1960a8b7488dffe161080714447120fa6f85db1.tar.gz php-shirabe-d1960a8b7488dffe161080714447120fa6f85db1.tar.zst php-shirabe-d1960a8b7488dffe161080714447120fa6f85db1.zip | |
refactor(curl-downloader): drop unnecessary Rc wrapping around handles
CurlDownloader::auth_helper was never cloned out to another owner, so
Rc<RefCell<AuthHelper>> only needed the RefCell for interior
mutability (all methods take &self). Likewise HttpDownloader::dispatch
cloned self.rfs into a local binding it only ever used synchronously
(copy/get_contents don't await), so the clone bought nothing.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/platform/version_test.rs')
0 files changed, 0 insertions, 0 deletions
