Fix compile warning.
This commit is contained in:
+1
-1
@@ -3,7 +3,6 @@ use home::home_dir;
|
|||||||
use rpassword::prompt_password;
|
use rpassword::prompt_password;
|
||||||
use rustyline::Editor;
|
use rustyline::Editor;
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
use std::io::{BufWriter, Write};
|
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
use std::{cell::RefCell, rc::Rc};
|
use std::{cell::RefCell, rc::Rc};
|
||||||
|
|
||||||
@@ -294,6 +293,7 @@ mod tests {
|
|||||||
use super::*;
|
use super::*;
|
||||||
use crate::password::Password;
|
use crate::password::Password;
|
||||||
use chrono::naive::NaiveDate;
|
use chrono::naive::NaiveDate;
|
||||||
|
use std::io::{BufWriter, Write};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_env() {
|
fn test_env() {
|
||||||
|
|||||||
Reference in New Issue
Block a user