diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-05 17:29:12 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-05 17:29:12 +0900 |
| commit | 49b0884701a84731652fc934d428932ff6029bd4 (patch) | |
| tree | 7477029b8ed686b9b3b06d960cab2b54ba87b579 /crates/mozart/src/commands/remove.rs | |
| parent | 4623874d1c95414dcd5ae194d2561f2d98b40982 (diff) | |
| download | php-mozart-49b0884701a84731652fc934d428932ff6029bd4.tar.gz php-mozart-49b0884701a84731652fc934d428932ff6029bd4.tar.zst php-mozart-49b0884701a84731652fc934d428932ff6029bd4.zip | |
chore: remove redundant comments
Diffstat (limited to 'crates/mozart/src/commands/remove.rs')
| -rw-r--r-- | crates/mozart/src/commands/remove.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/mozart/src/commands/remove.rs b/crates/mozart/src/commands/remove.rs index a25d557..ff3df47 100644 --- a/crates/mozart/src/commands/remove.rs +++ b/crates/mozart/src/commands/remove.rs @@ -675,8 +675,6 @@ mod tests { use mozart_registry::lockfile; use std::collections::BTreeMap; - // ──────────── Helper constructors ──────────── - fn make_locked_package(name: &str, version: &str) -> lockfile::LockedPackage { lockfile::LockedPackage { name: name.to_string(), @@ -726,8 +724,6 @@ mod tests { RawPackageData::new(name.to_string()) } - // ──────────── Unit tests ──────────── - /// Remove a package from `require`, verify it's gone from `RawPackageData`. #[test] fn test_remove_from_require() { @@ -875,8 +871,6 @@ mod tests { ); } - // ──────────── Integration tests (network, #[ignore]) ──────────── - #[tokio::test] #[ignore] async fn test_remove_full_e2e() { |
