Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove trait bound on
VerbosityFilter
in the generic data types sli…
…de (#2603) It's generally more idiomatic in Rust to not have trait bounds on the data type itself. I think we better demonstrate how trait bounds are used in impl blocks with generic data types in the impl block below the struct definition. I've also added a speaker note to call this out if students ask.
- Loading branch information