Skip to content

Commit 21d6024

Browse files
committed
fix(windows): rustc false positives in tests
For detailed explanation of this issue see d6ee81b Refs: d6ee81b Signed-off-by: Christina Sørensen <ces@fem.gg>
1 parent 7a7393d commit 21d6024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/output/render/links.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub mod test {
4545
use nu_ansi_term::Color::*;
4646
use nu_ansi_term::Style;
4747

48+
#[allow(dead_code)]
4849
struct TestColours;
4950

5051
impl Colours for TestColours {

0 commit comments

Comments
 (0)