Marthog / rust-stm

Software transactional memory
Apache License 2.0
249 stars 15 forks source link

Use `dyn` for trait objects #14

Closed konsumlamm closed 4 years ago

konsumlamm commented 4 years ago

Trait objects without an explicit dyn are deprecated and produce a warning. This changes all uses of trait objects to use dyn.

konsumlamm commented 4 years ago

@Marthog any opinion on this?

Marthog commented 4 years ago

Sorry for being inactive. Thanks for updating the library.