Skip to content

Commit 7be22aa

Browse files
committed
Move TODO to the right place
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
1 parent 28c134c commit 7be22aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cargo/core/package.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,13 @@ pub const MANIFEST_PREAMBLE: &str = "\
4848
/// Information about a package that is available somewhere in the file system.
4949
///
5050
/// A package is a `Cargo.toml` file plus all the files that are part of it.
51-
//
52-
// TODO: is `manifest_path` a relic?
5351
#[derive(Clone)]
5452
pub struct Package {
5553
inner: Rc<PackageInner>,
5654
}
5755

5856
#[derive(Clone)]
57+
// TODO: is `manifest_path` a relic?
5958
struct PackageInner {
6059
/// The package's manifest.
6160
manifest: Manifest,

0 commit comments

Comments
 (0)