thaw/thaw_utils
Yu Sun 18658044c2
Use fully qualified syntax in the example of Drawer (#187)
* perf: replace `expect` with `unwrap_or_else`

The macro/functions in `expect` is not lazy, which means it will always be called

* style: remove needless borrowing

* perf: remove needless clone

* style: remove needless `format!`

* style: use `and_then` instead

* style: use `?` instead

* style: remove needless closure

* fix: use fully qualified syntax instead

https://github.com/rust-lang/rust/issues/48919

* style: formatted

* style: fix some other clippy issues
2024-05-07 23:36:36 +08:00
..
src Use fully qualified syntax in the example of Drawer (#187) 2024-05-07 23:36:36 +08:00
Cargo.toml v0.3.1 2024-04-27 20:58:49 +08:00