summaryrefslogtreecommitdiffstats
path: root/src/cell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cell.rs')
-rw-r--r--src/cell.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cell.rs b/src/cell.rs
index 61e71ca..795c4c7 100644
--- a/src/cell.rs
+++ b/src/cell.rs
@@ -320,10 +320,10 @@ macro_rules! cell {
#[cfg(test)]
mod tests {
- use Cell;
- use format::Alignment;
+ use super::Cell;
+ use crate::format::Alignment;
use term::{color, Attr};
- use utils::StringWriter;
+ use crate::utils::StringWriter;
#[test]
fn get_content() {