Fix the long-standing bug with invalid matches!() use
Dependencies
- [2]
FOCBVLOUImplement testing for identity management - [3]
OMGL7JBCBump pijul-core to edition 2024 - [4]
HJVWPKWVMigrate crates to edition 2024
Change contents
- replacement in pijul/tests/common/mod.rs at line 79
let interaction_type = second_attempt.input;if !matches!(&self.input, interaction_type) {// this matches against a type but given a variable..if std::mem::discriminant(&self.input) != std::mem::discriminant(&second_attempt.input){