Rename State to GeneratorState

This commit is contained in:
John Kåre Alsaker
2017-07-20 01:16:12 +02:00
parent 62e210fb3c
commit df0496a620
3 changed files with 6 additions and 6 deletions

View File

@@ -191,7 +191,7 @@ pub use self::range::{RangeInclusive, RangeToInclusive};
pub use self::try::Try;
#[unstable(feature = "generator_trait", issue = "43122")]
pub use self::generator::{Generator, State};
pub use self::generator::{Generator, GeneratorState};
#[unstable(feature = "placement_new_protocol", issue = "27779")]
pub use self::place::{Place, Placer, InPlace, Boxed, BoxPlace};