Skip to content

Commit

Permalink
chore(xtask): Disable unexpected_cfgs lint
Browse files Browse the repository at this point in the history
It is triggered by the `xshell::cmd!` macro, and is fixed in xshell 0.2.7, which we cannot upgrade to.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
  • Loading branch information
zecakeh authored and poljar committed Dec 8, 2024
1 parent bf6fa4c commit a277e6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xtask/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(unexpected_cfgs)]

mod ci;
mod fixup;
mod kotlin;
Expand Down

0 comments on commit a277e6d

Please sign in to comment.