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

Draft: Use Into<Option<_>> in argument position where applicable #1590

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

fengalin
Copy link
Contributor

@fengalin fengalin commented Dec 2, 2024

See the gir PR for details.

TODO

  • rebase, update gir versions and re-generate when gir PR is merged

Functions `itemize()` & `itemize_with_base_dir` now use Into<Option<&_>> for the
`cached_dir` argument. Because of this new signature, the lifetime for the inner
type `AttrIterator<'_>>` must be specified.
Functions `itemize()` & `itemize_with_base_dir` now use Into<Option<&_>> for the
`cached_dir` argument. Because of this new signature, the lifetime for the inner
type `AttrIterator<'_>>` must be specified.
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