Skip to content

Explicitly add `dyn` keyword to trait objects

Trait objects without are deprecated with the latest nightly and this makes it more clear that we're doing dynamic dispatch anyway.

Merge request reports