Remove outdated FIXME from cache

This commit is contained in:
Mark Simulacrum 2017-07-14 09:37:30 -06:00
parent fc3d06ac86
commit 17f4b8f0e1
1 changed files with 0 additions and 3 deletions

View File

@ -257,9 +257,6 @@ lazy_static! {
/// 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<HashMap<