fix nightly 1.75 (#5719)

## Problem

Neon doesn't compile on nightly and had numerous clippy complaints.

## Summary of changes

1. Fixed troublesome dependency
2. Fixed or ignored the lints where appropriate
This commit is contained in:
Conrad Ludgate
2023-10-30 16:43:06 +00:00
committed by GitHub
parent ad99fa5f03
commit d8c21ec70d
5 changed files with 7 additions and 22 deletions

View File

@@ -14,6 +14,7 @@ macro_rules! xlog_utils_test {
($version:ident) => {
#[path = "."]
mod $version {
#[allow(unused_imports)]
pub use postgres_ffi::$version::wal_craft_test_export::*;
#[allow(clippy::duplicate_mod)]
#[cfg(test)]