Function cargo_scout_audit::utils::rustup::active_toolchain

source ยท
pub fn active_toolchain(path: &Path) -> Result<String>
Expand description

Returns rustup active toolchain

Dylint annotation smoelius: Consider carefully whether you need to call this function! In most cases, the toolchain you want is not the one returned by rustup.