Closed petrochenkov closed 6 years ago
Hello.
We've found that this crate is affected by an upcoming bugfix in rustc - https://github.com/rust-lang/rust/pull/48502 (ty fragments are no longer accepted as traits in trait impls). This PR fixes the deprecated use of ty.
rustc
ty
Thanks for the patch!
Hello.
We've found that this crate is affected by an upcoming bugfix in
rustc
- https://github.com/rust-lang/rust/pull/48502 (ty
fragments are no longer accepted as traits in trait impls). This PR fixes the deprecated use ofty
.