Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove need for paste #649

Merged
merged 1 commit into from
Mar 9, 2025
Merged

Remove need for paste #649

merged 1 commit into from
Mar 9, 2025

Conversation

dbanty
Copy link
Contributor

@dbanty dbanty commented Mar 8, 2025

The easiest way to fix #648 for now is to remove the need for paste entirely. It was only used in one spot and the macro was only saving a small amount of code in a file which changes very rarely.

So this PR replaces the macro with equivalent code, which as a side effect will maybe very slightly improve compile times a little bit? 😅

Note that paste is still in the dependency tree via aws-lc-rs, but they are working to get rid of it

@robjtede robjtede added this pull request to the merge queue Mar 9, 2025
Merged via the queue into actix:master with commit 12df4d7 Mar 9, 2025
13 checks passed
@robjtede robjtede mentioned this pull request Mar 10, 2025
4 tasks
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.

paste is unmaintained, actix fails cargo deny checks
2 participants