Skip to content

Commit

Permalink
fix(windows): rustc false positives in tests
Browse files Browse the repository at this point in the history
For detailed explanation of this issue see d6ee81b

Refs: d6ee81b

Signed-off-by: Christina Sørensen <ces@fem.gg>
  • Loading branch information
cafkafk committed Jan 23, 2025
1 parent 7a7393d commit 21d6024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output/render/links.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pub mod test {
use nu_ansi_term::Color::*;
use nu_ansi_term::Style;

#[allow(dead_code)]
struct TestColours;

impl Colours for TestColours {
Expand Down

0 comments on commit 21d6024

Please sign in to comment.