mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
add ignored lints for the sake of the diff
This commit is contained in:
committed by
Conrad Ludgate
parent
effd6bf829
commit
314babb0cb
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user