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 unnecessary Arc<T> type #199

Merged
merged 1 commit into from
May 13, 2024

Conversation

KendallWeihe
Copy link
Contributor

@KendallWeihe KendallWeihe commented May 11, 2024

Closes #198

@@ -479,7 +479,8 @@ mod tests {
&header,
&payload,
)
.unwrap() + "123";
.unwrap()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

interesting, added #200 to try and avoid this in the future

@KendallWeihe KendallWeihe mentioned this pull request May 11, 2024
1 task
@KendallWeihe KendallWeihe force-pushed the kendall/198-remove-unnecessary-arc branch from d707058 to 60bd986 Compare May 13, 2024 14:21
@KendallWeihe KendallWeihe merged commit 8f147c3 into main May 13, 2024
6 checks passed
@KendallWeihe KendallWeihe deleted the kendall/198-remove-unnecessary-arc branch May 13, 2024 17:07
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.

Remove unnecessary Arc<T> type for Key trait's jwk() method
2 participants