-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
17 lines (17 loc) · 917 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- Add lint for checking path.join('/'), this is not obvious, but the whole path will be replaced by '/' because it's absolute.
- dyn + 'static in case on error.source()
- why significant_drop_in_scrutinee is in nursery?
- argument requires that `var_name` is borrowed for `'static`
- lint for warning if functions are declared inside functions
- tokio fs vs std fs
- assignment after drop
- conflicting implementations of trait `From<_>` for type `Tags` (specializations)
- why result error is not bound by std::error::Error?
- write example of error handing as in https://sled.rs/errors.html
- tokio-uring
- #[backtrace] // This will discard source backtrace if used. Why??
- Io(#[backtrace] anyhow::Error), // Gives error. Why??
- write blog about "Do not underestimate `Debug`.
- cargo machete vs cargo udeps
- https://docs.rs/log/latest/log/kv/index.html
- fork anyhow with adding location and fixing debug impls