Skip to content

improvements#2493

Merged
Sebastian Thiel (Byron) merged 2 commits intomainfrom
improvements
Mar 28, 2026
Merged

improvements#2493
Sebastian Thiel (Byron) merged 2 commits intomainfrom
improvements

Conversation

@Byron
Copy link
Copy Markdown
Member

Make it way easier to use &'static str' as config key

Previously there were lifetime issue because the key
needed the same lifetime as the underlying parsed file,
which was hard to accomplish even with `&'static str'`
as it really needed "&'static &'static str".

However, this also means that owned keys can't be passed
anymore.
@Byron Sebastian Thiel (Byron) merged commit af1ad55 into main Mar 28, 2026
29 checks passed
@Byron
Copy link
Copy Markdown
Member Author

Bypassed because it was a lint issue: formatting, that I fixed. So CI should pass now.
Clippy was fine.

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