Skip to content

Commit 6de3a09

Browse files
timfennisclaude
andcommitted
🔇 Fix unused extern crate warning in repl tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e1fe2e2 commit 6de3a09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/src/repl.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use ndc_interpreter::Interpreter;
2+
use yansi as _;
23

34
/// Run a sequence of REPL lines against a shared interpreter and return the
45
/// collected stdout output after all lines have been executed.

0 commit comments

Comments
 (0)