From: Dale Wijnand Date: Sat, 21 Apr 2018 14:17:24 +0000 (+0100) Subject: Drop an old visible doc TODO X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~53^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=107972355f4736eefbb5b4deafacff0328352a73;p=cargo.git Drop an old visible doc TODO Looks like this originates from https://github.com/istankovic/cargo-book/commit/418611304daac22e3590aee9322355ae159802fe But it's even visible in the render docs: https://doc.rust-lang.org/cargo/reference/manifest.html#package-selection :-O --- diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 334230d42..4630a899d 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -578,7 +578,6 @@ When `default-members` is not specified, the default is the root manifest if it is a package, or every member manifest (as if `--all` were specified on the command-line) for virtual workspaces. -#TODO: move this to a more appropriate place ### The project layout If your project is an executable, name the main source file `src/main.rs`. If it