2020-12-26
2020-12-27
- disable sccache like this:
$Env:RUSTC_WRAPPER=""
, and then re-enable:$Env:RUSTC_WRAPPER="sccache"
. - use VS Code in WSL2 via the Remote Extension - WSL.
- cargo outdated to find outdated dependencies of Rust projects.
2020-12-28
- rustdoc: link to other items like this:
see: [foo]
(ref).