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

README: Fix Delete example #112

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

brooswajne
Copy link
Contributor

Seems like this was accidentally left as a copy-paste of the Assign example. I took the liberty to add some extra keys to the object which we're deleting from, as I think it makes it a bit clearer what's happening than:

{ "secret": { "universe": 42 }} -> { "secret": {} }

Which confused me a bit at first (but that might just be me).

Seems like this was accidentally left as a copy-paste of the `Assign`
example. I took the liberty to add some extra keys to the object which
we're deleting from, as I think it makes it a bit clearer what's
happening than:

    { "secret": { "universe": 42 }} -> { "secret": {} }

Which confused me a bit at first (but that might just be me).
Copy link
Collaborator

@asmello asmello left a comment

Choose a reason for hiding this comment

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

Perfect! Thank you very much for noticing and contributing.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.7%. Comparing base (a543dc8) to head (e390eea).

Additional details and impacted files
Files with missing lines Coverage Δ
src/pointer.rs 95.5% <ø> (-0.1%) ⬇️

@asmello
Copy link
Collaborator

asmello commented Feb 26, 2025

I guess semver will continue failing until we make a new release. @chanced

Since this is fairly uncontroversial I'll go ahead and merge.

@asmello asmello merged commit b302568 into chanced:main Feb 26, 2025
19 of 20 checks passed
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.

3 participants