https://bugzilla.redhat.com/show_bug.cgi?id=2259675 --- Comment #5 from Fabio Valentini <decathorpe@xxxxxxxxx> --- I tried to review this today, but the package no longer compiles. Looks like something that was previously just a warning is now a hard error: error: unnecessary qualification --> src/config.rs:276:15 | 276 | <T as std::convert::TryFrom<usize>>::Error: Debug, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> src/lib.rs:95:5 | 95 | unused_qualifications | ^^^^^^^^^^^^^^^^^^^^^ help: remove the unnecessary path segments | 276 - <T as std::convert::TryFrom<usize>>::Error: Debug, 276 + <T as TryFrom<usize>>::Error: Debug, | -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2259675 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202259675%23c5 -- _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue