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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Trait objects without are deprecated with the latest nightly and this makes it more clear that we're doing dynamic dispatch anyway.