Closed
Description
opened on Apr 26, 2018
Rust will warn us if we ignore a Result<T>
, but not a Vec<Result<T>>
.
@sakridge spotted an instance of that in process_verified_events()
. Are there others?
Rust will warn us if we ignore a Result<T>
, but not a Vec<Result<T>>
.
@sakridge spotted an instance of that in process_verified_events()
. Are there others?
Activity