Skip to content

Commit 547b86f

Browse files
committed
fix: Remove unused imports from lib.rs
- Remove unused 'info' and 'warn' imports from log crate - Fixes compilation error with -D warnings in CI - Maintains same functionality while ensuring clean build
1 parent afa0b4f commit 547b86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-postgres/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use datafusion::prelude::SessionContext;
99

1010
pub mod auth;
1111
use getset::{Getters, Setters, WithSetters};
12-
use log::{info, warn};
12+
1313
use pgwire::tokio::process_socket;
1414
use rustls_pemfile::{certs, pkcs8_private_keys};
1515
use rustls_pki_types::{CertificateDer, PrivateKeyDer};

0 commit comments

Comments
 (0)