Simplify CandidateGenerator::new().

This commit is contained in:
2025-12-04 11:10:07 +01:00
parent 9a7e303ed8
commit e17ebf47c3

View File

@@ -22,7 +22,7 @@ pub struct CandidateGenerator {
}
impl CandidateGenerator {
pub fn new() -> CandidateGenerator {
pub fn new() -> Self {
CandidateGenerator {
base: 0,
first_use: true,