Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
view: 🌯 remove frivolous
Option::expect
call
here, we are within an `if let Some(_)` clause that has already bound the contents of the storage path. so, let's just pass that to `Self::load` instead of unwrapping it again.
- Loading branch information