Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dsl_util: use .ok() to drop unprintable error
I used .map_err(|_: Vec<_>|) to clarify that the original data is returned as an error (so it can't be .unwrap()-ed.) However, it can be said that the error detail isn't important and .map_err() is too verbose.
- Loading branch information