From c82ade2dff108a10d858d4d04e9d58870df8061e Mon Sep 17 00:00:00 2001 From: Willem Duminy Date: Sun, 24 Nov 2024 09:40:09 +0200 Subject: [PATCH] Remove .new file --- tests/snapshots/general__help__smoke.snap.new | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 tests/snapshots/general__help__smoke.snap.new diff --git a/tests/snapshots/general__help__smoke.snap.new b/tests/snapshots/general__help__smoke.snap.new deleted file mode 100644 index e119f74..0000000 --- a/tests/snapshots/general__help__smoke.snap.new +++ /dev/null @@ -1,25 +0,0 @@ ---- -source: tests/general.rs -assertion_line: 5 -expression: output -snapshot_kind: text ---- -COMMAND: ---help - -STDERR: - -STDOUT: -Visualize/analyze a crate's internal structure. - -Usage: cargo-modules - -Commands: - structure Prints a crate's hierarchical structure as a tree. - dependencies Prints a crate's internal dependencies as a graph. - orphans Detects unlinked source files within a crate's directory. - help Print this message or the help of the given subcommand(s) - -Options: - -h, --help Print help - -V, --version Print version