From 17f4b8f0e1483d50349e1f034b4366531584c6e0 Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Fri, 14 Jul 2017 09:37:30 -0600 Subject: [PATCH] Remove outdated FIXME from cache --- src/bootstrap/cache.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bootstrap/cache.rs b/src/bootstrap/cache.rs index e2576673338..cc84bf07457 100644 --- a/src/bootstrap/cache.rs +++ b/src/bootstrap/cache.rs @@ -257,9 +257,6 @@ pub fn intern_path(&self, s: PathBuf) -> Interned { /// any type in its output. It is a write-once cache; values are never evicted, /// which means that references to the value can safely be returned from the /// get() method. -// -// FIXME: This type does not permit retrieving &Path from a PathBuf, primarily -// due to a lack of any obvious way to ensure that this is safe, but also not #[derive(Debug)] pub struct Cache( RefCell