Drop an old visible doc TODO
authorDale Wijnand <dale.wijnand@gmail.com>
Sat, 21 Apr 2018 14:17:24 +0000 (15:17 +0100)
committerDale Wijnand <dale.wijnand@gmail.com>
Sat, 21 Apr 2018 14:17:24 +0000 (15:17 +0100)
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

src/doc/src/reference/manifest.md

index 334230d422d4c688ae6b1c428a0500db31bcaa0b..4630a899da641d755a1cfcd3444f043df7e46872 100644 (file)
@@ -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