summaryrefslogtreecommitdiffstats
path: root/src/schema/term.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema/term.rs')
-rw-r--r--src/schema/term.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema/term.rs b/src/schema/term.rs
index 209f1eb..eac870f 100644
--- a/src/schema/term.rs
+++ b/src/schema/term.rs
@@ -3,8 +3,8 @@ use std::fmt;
use super::Field;
use byteorder::{BigEndian, ByteOrder};
use common;
-use std::str;
use schema::Facet;
+use std::str;
/// Size (in bytes) of the buffer of a int field.
const INT_TERM_LEN: usize = 4 + 8;