Skip to content

Commit df9da5a

Browse files
committed
Remove Compiler Warnings
1 parent a364da5 commit df9da5a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/commands/buffer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use std::time::Duration;
1818
use byteorder::{ByteOrder, LittleEndian, NetworkEndian};
1919

2020
use crate::batch::batch_executor::SharedSlice;
21-
use crate::cluster::node;
2221
use crate::commands::field_type::FieldType;
2322
use crate::errors::Result;
2423
use crate::expressions::FilterExpression;

src/commands/field_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub enum FieldType {
2525
// GUID = 5,
2626
// DigestRipeArray = 6,
2727
TranId = 7, // user supplied transaction id, which is simply passed back,
28-
ScanOptions = 8,
28+
// ScanOptions = 8,
2929
ScanTimeout = 9,
3030
PIDArray = 11,
3131
IndexName = 21,

src/commands/scan_command.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ use std::str;
1616
use std::sync::Arc;
1717
use std::time::Duration;
1818

19-
use crate::cluster;
2019
use crate::cluster::Node;
2120
use crate::commands::{Command, SingleCommand, StreamCommand};
2221
use crate::errors::Result;

0 commit comments

Comments
 (0)