From 314babb0cbe8eb955d28998c913f92b151ab96e9 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Fri, 27 Jun 2025 16:02:56 +0100 Subject: [PATCH] add ignored lints for the sake of the diff --- proxy/src/lib.rs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proxy/src/lib.rs b/proxy/src/lib.rs index 263d784e78..6c65a4b1ee 100644 --- a/proxy/src/lib.rs +++ b/proxy/src/lib.rs @@ -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;