Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test of deprecated type in From impl
error: use of deprecated struct `test_deprecated::DeprecatedStruct` --> tests/test_lints.rs:73:13 | 73 | DeprecatedStruct, | ^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> tests/test_lints.rs:39:13 | 39 | #![deny(deprecated)] | ^^^^^^^^^^
- Loading branch information