You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit simplifies the error handling in the `Bundle::new` and
`Bundle::get_translation` functions by using the `?` operator and the
`ok_or_else` infix method available for `Option<T>`.
This makes the code more concise and easier to read.
0 commit comments