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

libbpf-cargo: Stop working with Option<&PathBuf> #1077

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

d-e-s-o
Copy link
Collaborator

@d-e-s-o d-e-s-o commented Jan 22, 2025

It makes no sense to pass around Option<&PathBuf> object: Option<&Path>
is more flexible on each axis. Switch to using the latter.

It makes no sense to pass around Option<&PathBuf> object: Option<&Path>
is more flexible on each axis. Switch to using the latter.

Signed-off-by: Daniel Müller <[email protected]>
@d-e-s-o d-e-s-o merged commit 2df4e06 into libbpf:master Jan 22, 2025
13 checks passed
@d-e-s-o d-e-s-o deleted the topic/option-path-buf branch January 22, 2025 22:35
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.

1 participant