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> |
3 months ago | |
|---|---|---|
| .. | ||
| src | 3 months ago | |
| Cargo.toml | 8 months ago | |