Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective - The docs on `AssetPath::try_parse` say that it will return an error when the string is malformed, but it actually just `.unwrap()`s the result. ## Solution - Use `?` instead of unwrapping the result.
- Loading branch information