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

Add MissingKeyError to Env #1172

Merged
merged 1 commit into from
Sep 2, 2020
Merged

Add MissingKeyError to Env #1172

merged 1 commit into from
Sep 2, 2020

Conversation

cmyr
Copy link
Member

@cmyr cmyr commented Sep 2, 2020

This is a little bit of cleanup while I was looking into making
another addition to the env. This is technically a breaking change
(we return Result instead of Option) but these API are not heavily
used and I'm not too concerned about the breakage.

druid/src/env.rs Outdated Show resolved Hide resolved
druid/src/env.rs Outdated Show resolved Hide resolved
@cmyr cmyr force-pushed the env-fixups branch 2 times, most recently from 79c2362 to a1a37a6 Compare September 2, 2020 22:53
This is a little bit of cleanup while I was looking into making
another addition to the env. This is technically a breaking change
(we return Result instead of Option) but these API are not heavily
used and I'm not too concerned about the breakage.
@cmyr cmyr merged commit f827c57 into master Sep 2, 2020
@cmyr cmyr deleted the env-fixups branch September 2, 2020 23:47
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.

2 participants