Skip to content

Commit 34edc40

Browse files
committed
Surpress lint
1 parent 5dd28d3 commit 34edc40

File tree

1 file changed

+10
-0
lines changed
  • crates/atlassian-swc-compiled-css/src

1 file changed

+10
-0
lines changed

crates/atlassian-swc-compiled-css/src/lib.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
// Disable all warnings for this crate, as it's being iterated on by LLM
2+
#![allow(
3+
warnings,
4+
clippy::all,
5+
clippy::pedantic,
6+
clippy::restriction,
7+
clippy::nursery,
8+
clippy::cargo
9+
)]
10+
111
pub mod config;
212
pub mod css;
313
pub mod eval;

0 commit comments

Comments
 (0)