# Guarded. Unguarded this printed "no such file or directory" on every zsh
# start on any machine without rustup -- which is every throwaway VM.
[ -r "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
