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

Replace impl From<Pointer> for u64 with Pointer::pointer #670

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

philipc
Copy link
Collaborator

@philipc philipc commented Aug 6, 2023

This trait was never used in a generic context, and it isn't something that should be commonly used since it discards information. Replace it with a method that can document this.

Also add Pointer::direct, which is more likely to be useful.

This trait was never used in a generic context, and it isn't
something that should be commonly used since it discards
information. Replace it with a method that can document this.

Also add `Pointer::direct`, which is more likely to be useful.
@philipc philipc merged commit 1c3d19b into gimli-rs:master Aug 7, 2023
19 checks passed
@philipc philipc deleted the cfi_pointer branch August 7, 2023 04:23
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.

None yet

1 participant