Skip to content

Commit f3d4c6d

Browse files
Remove outdated FIXME from cache
1 parent 821fabd commit f3d4c6d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bootstrap/cache.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@ lazy_static! {
257257
/// any type in its output. It is a write-once cache; values are never evicted,
258258
/// which means that references to the value can safely be returned from the
259259
/// get() method.
260-
//
261-
// FIXME: This type does not permit retrieving &Path from a PathBuf, primarily
262-
// due to a lack of any obvious way to ensure that this is safe, but also not
263260
#[derive(Debug)]
264261
pub struct Cache(
265262
RefCell<HashMap<

0 commit comments

Comments
 (0)