Skip to content

refactor(download): use DownloadCallBack in download_with_backend() - #3795

Merged
rami3l merged 1 commit into
masterfrom
refactor/download
May 6, 2024
Merged

refactor(download): use DownloadCallBack in download_with_backend()#3795
rami3l merged 1 commit into
masterfrom
refactor/download

Conversation

@rami3l

Copy link
Copy Markdown
Member

A trivial patch cherry-picked from #3788.

@rami3lrami3l added this to the 1.28.0 milestone Apr 27, 2024
djc
djc approved these changes Apr 27, 2024

@djcdjc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems okay, honestly I don't think type aliases like this are useful, so I'd prefer to just get rid of it.

@rami3l

rami3l commented Apr 27, 2024

Copy link
Copy Markdown
MemberAuthor

Seems okay, honestly I don't think type aliases like this are useful, so I'd prefer to just get rid of it.

@djc This type was introduced to address clippy::type_complexity in #3133. I don't think it's worth it to override the lint level for this type 🤔

@rami3l
rami3l added this pull request to the merge queue May 6, 2024
Merged via the queue into master with commit 381b651May 6, 2024
@rami3l
rami3l deleted the refactor/download branch May 6, 2024 13:19
Sign up for freeto 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.

2 participants

@rami3l@djc