Skip to content

Commit 6bfb5a2

Browse files
committed
Add one dbg! command
1 parent b2bb3af commit 6bfb5a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cargo-dylint/tests/integration/dylint_driver_path.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ fn dylint_driver_path() {
2525
.success()
2626
.unwrap();
2727

28+
dbg!();
29+
2830
// smoelius: Verify that the driver can be run directly.
2931
// https://github.com/trailofbits/dylint/issues/54
3032
let toolchain_path = toolchain_path(tempdir.path()).unwrap();

0 commit comments

Comments
 (0)