generated from PlexSheep/rs-base
Merge branch 'master' of https://git.cscherr.de/PlexSheep/wordle-analyzer
cargo devel CI / cargo CI (push) Successful in 46s
Details
cargo devel CI / cargo CI (push) Successful in 46s
Details
This commit is contained in:
commit
c372285015
|
@ -90,6 +90,7 @@ pub trait WordList: Clone + std::fmt::Debug + Default {
|
|||
buf.sort_by(|a, b| {
|
||||
a.1.partial_cmp(&b.1).unwrap()
|
||||
});
|
||||
buf.reverse();
|
||||
Ok(buf)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue