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