From 5ee0ef925cbbf331052f72fb7c7a15e9f426fbb5 Mon Sep 17 00:00:00 2001 From: edef Date: Mon, 13 Jun 2022 14:39:20 +0000 Subject: ripple/fossil: use std::os::unix::prelude We were accidentally grabbing things from the prelude module already, and this is the cleaner fix. Change-Id: I2c6b669164df11f467eae495d109e096eb267b59 --- ripple/fossil/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ripple/fossil/src/lib.rs b/ripple/fossil/src/lib.rs index b3a1c3d..85943f0 100644 --- a/ripple/fossil/src/lib.rs +++ b/ripple/fossil/src/lib.rs @@ -12,7 +12,7 @@ use { collections::BTreeMap, fs, io::{self, Read, Write}, - os::unix::{fs::PermissionsExt, prelude::FileExt}, + os::unix::prelude::*, path::Path, str, }, -- cgit 1.4.1