Skip to content

Commit b6fd587

Browse files
committed
release 0.3
1 parent 23bff7a commit b6fd587

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# unreleased
1+
# version 0.3
22
* made the crate no_std compatible (#5)
33
* added struct GenIterReturn and macro gen_iter_return! to iterate over a generator and get the return value (#6)
44

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
see [the docs](https://docs.rs/gen-iter) for examples and usage.
44

5-
* currently, generators are too new for docs.rs. if this is still
6-
the case, try the [backup docs](https://bot.tinaun.net/rust/docs/gen_iter);
75

86
# License
97

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
5959
#![no_std]
6060
#![feature(generators, generator_trait)]
61-
// #![feature(conservative_impl_trait)]
6261

6362
mod gen_iter;
6463
pub use gen_iter::*;

0 commit comments

Comments
 (0)