Clean commented dependencies

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-10-04 13:15:45 -06:00
parent c236b0828c
commit d768224182
3 changed files with 3 additions and 57 deletions

View file

@ -2832,11 +2832,11 @@ impl<'a> TryFrom<(&'a CharBag, proto::Entry)> for Entry {
#[cfg(test)]
mod tests {
use super::*;
use rpc_client::test::FakeServer;
use crate::fs::FakeFs;
use anyhow::Result;
use fs::RealFs;
use rand::prelude::*;
use rpc_client::test::FakeServer;
use serde_json::json;
use std::{cell::RefCell, rc::Rc};
use std::{