From 8d42cecc5fb62f2a2a93c74e49ad9a76d9c894b0 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Sun, 22 May 2016 15:15:57 -0400 Subject: [PATCH] tests: remove unused comment --- tests/common/util.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/common/util.rs b/tests/common/util.rs index 3e79020f5..7fe99dda3 100755 --- a/tests/common/util.rs +++ b/tests/common/util.rs @@ -178,7 +178,6 @@ impl AtPath { } fn minus(&self, name: &str) -> PathBuf { - // relative_from is currently unstable let prefixed = PathBuf::from(name); if prefixed.starts_with(&self.subdir) { let mut unprefixed = PathBuf::new();