add ignored lints for the sake of the diff

This commit is contained in:
Conrad Ludgate
2025-06-27 16:02:56 +01:00
committed by Conrad Ludgate
parent effd6bf829
commit 314babb0cb

View File

@@ -75,6 +75,13 @@
)]
// List of temporarily allowed lints to unblock beta/nightly.
#![allow(unknown_lints)]
#![expect(
dead_code,
reason = "
We are making minimal changes to proxy for lakebase-v2 integration.
I don't want to delete code that will eventually be merged back in.
"
)]
pub mod binary;