tomassedovic / tcod-rs

Rust bindings for libtcod 1.6.3 (the Doryen library/roguelike toolkit)
Do What The F*ck You Want To Public License
229 stars 45 forks source link

fix bare trait object warnings on rust-nightly #294

Closed lucanLepus closed 5 years ago

lucanLepus commented 5 years ago

the new dyn syntax for trait-objects is available since rust 1.27 rust-nightly has started warning that the old syntax is deprecated.

https://doc.rust-lang.org/edition-guide/rust-2018/trait-system/dyn-trait-for-trait-objects.html