You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/aya-tool
Xiaobo Liu 9d8db7c172 aya-tool: remove redundant let binding in generate function
Removed the unnecessary `let () = ` pattern when calling write_all
in the generate function. The pattern matching was redundant since
write_all returns () and we're already using unwrap() to handle errors.

This simplifies the code while maintaining the same functionality.

Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
1 month ago
..
src aya-tool: remove redundant let binding in generate function 1 month ago
Cargo.toml taplo: reorder-keys 6 months ago