mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 04:52:55 +00:00
drop nonfunctional attributes allow(dead_code)
These had no effect, so remove them.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#[allow(dead_code)]
|
||||
// mod control_plane;
|
||||
use control_plane::compute::ComputeControlPlane;
|
||||
use control_plane::storage::TestStorageControlPlane;
|
||||
|
||||
@@ -13,7 +13,6 @@ pub mod waldecoder;
|
||||
pub mod walreceiver;
|
||||
pub mod walredo;
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct PageServerConf {
|
||||
pub data_dir: PathBuf,
|
||||
|
||||
@@ -10,7 +10,6 @@ use std::time::Duration;
|
||||
use termion::event::Key;
|
||||
use termion::input::TermRead;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub enum Event<I> {
|
||||
Input(I),
|
||||
Tick,
|
||||
|
||||
@@ -6,7 +6,6 @@ mod pq_protocol;
|
||||
pub mod wal_service;
|
||||
pub mod xlog_utils;
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct WalAcceptorConf {
|
||||
pub data_dir: PathBuf,
|
||||
|
||||
Reference in New Issue
Block a user