mirror of https://github.com/aya-rs/aya
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.
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 | 1 month ago | |
Cargo.toml | 6 months ago |