Skip to content

Commit

Permalink
Auto merge of #12959 - lnicola:rainbows-again, r=lnicola
Browse files Browse the repository at this point in the history
Fix `test_rainbow_highlighting` gate

CC rust-lang/rust-analyzer#12903 (review)
  • Loading branch information
bors committed Aug 7, 2022
2 parents d9e462f + eca6f2e commit 6ec9125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ide/src/syntax_highlighting/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ pub struct Struct;

#[test]
#[cfg_attr(
all(unix, not(target_pointer_width = "64")),
not(all(unix, target_pointer_width = "64")),
ignore = "depends on `DefaultHasher` outputs"
)]
fn test_rainbow_highlighting() {
Expand Down

0 comments on commit 6ec9125

Please sign in to comment.