From: Tshepang Lekhonkhobe Date: Thu, 1 Dec 2016 19:59:03 +0000 (+0200) Subject: doc: remove reference to non-existent function X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~103^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=840452310ee96a0ce51e8cef37b0fbbd975fedf4;p=cargo.git doc: remove reference to non-existent function --- diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index 05c88019b..56a03a010 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -291,8 +291,7 @@ fn execute_subcommand(config: &Config, } } -/// List all runnable commands. find_command should always succeed -/// if given one of returned command. +/// List all runnable commands fn list_commands(config: &Config) -> BTreeSet { let prefix = "cargo-"; let suffix = env::consts::EXE_SUFFIX;