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

Derive Clone on ClientRegister #935

Merged
merged 2 commits into from Nov 7, 2023
Merged

Derive Clone on ClientRegister #935

merged 2 commits into from Nov 7, 2023

Conversation

loziniak
Copy link
Contributor

@loziniak loziniak commented Nov 3, 2023

Description

Since Client is cloneable, why not clone ClientRegister. I needed this in my project, to store ClientRegister in a Tauri state.

Summary generated by Reviewpad on 03 Nov 23 15:58 UTC

This pull request adds the Clone trait derivation on the ClientRegister struct in sn_client/src/register.rs.

@reviewpad reviewpad bot requested a review from bochaco November 3, 2023 15:58
@reviewpad reviewpad bot added Small Pull request is small waiting-for-review labels Nov 3, 2023
Copy link

reviewpad bot commented Nov 3, 2023

Reviewpad Report

⚠️ Warnings

  • Please rebase your pull request on the latest changes

‼️ Errors

  • Unconventional commit detected: 'Derive Clone on ClientRegister' (f779088)
  • Unconventional commit detected: 'Merge branch 'main' into patch-1' (f0d23a2)
  • Unconventional title detected: 'Derive Clone on ClientRegister' illegal 'e' character in commit message type: col=01

@joshuef joshuef added this pull request to the merge queue Nov 7, 2023
Merged via the queue into maidsafe:main with commit 234b231 Nov 7, 2023
28 checks passed
@loziniak loziniak deleted the patch-1 branch November 8, 2023 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Small Pull request is small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants