Commit from GitHub Actions ()

This commit is contained in:
[Clippy] 2024-09-04 12:52:17 +00:00
parent 9073ac2db8
commit e7b3be5108

View file

@ -39,7 +39,7 @@ fn main() {
let uncompressed = decompress_size_prepended(&compressed).unwrap();
dbg!(compressed.len(), encoded.len());
dbg!(compressed.len() < encoded.len());
dbg!(&uncompressed == &encoded);
dbg!(uncompressed == encoded);
match &cli.command {
Some(Commands::Start { role }) => {