Skip to content

Commit

Permalink
build(GH-160): fix #[cfg(never)]
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft committed May 10, 2024
1 parent 7682f9b commit c42d0ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/jrsonnet-rowan-parser/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![cfg(never)]
// `never`
#![cfg(any())]

use miette::{
Diagnostic, GraphicalReportHandler, GraphicalTheme, LabeledSpan, ThemeCharacters, ThemeStyles,
Expand Down

0 comments on commit c42d0ec

Please sign in to comment.