Add a comment about implementing Keys in terms of Range in the future.

This commit is contained in:
Dan Gohman
2018-05-29 19:26:13 -07:00
parent 7733ca1173
commit 7045c41418

View File

@@ -1,4 +1,7 @@
//! A double-ended iterator over entity references.
//!
//! When `std::iter::Step` is stablized, `Keys` could be implemented as a wrapper around
//! `std::ops::Range`, but for now, we implment it manually.
use EntityRef;
use std::marker::PhantomData;