Skip to content

Commit 4f4e8af

Browse files
committed
review progress
1 parent c3deead commit 4f4e8af

File tree

1 file changed

+2
-0
lines changed
  • external-crates/move/crates/move-package-alt/src/package

1 file changed

+2
-0
lines changed

external-crates/move/crates/move-package-alt/src/package/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ use lockfile::{Lockfile, Publication};
2222
use manifest::Manifest;
2323
use tracing::debug;
2424

25+
// TODO: we might want to use [move_core_types::Identifier] here, particularly for `PackageName`.
26+
// This will force us to maintain invariants.
2527
pub type EnvironmentName = String;
2628
pub type PackageName = String;
2729

0 commit comments

Comments
 (0)