Skip to content

Commit

Permalink
Add another feature(iter_once_with)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Jan 14, 2019
1 parent 84718c1 commit 3a1f013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/iter/sources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ unsafe impl<A, F: FnOnce() -> A> TrustedLen for OnceWith<F> {}
/// `.foorc`:
///
/// ```no_run
/// #![feature(iter_once_with)]
///
/// use std::iter;
/// use std::fs;
/// use std::path::PathBuf;
Expand Down

0 comments on commit 3a1f013

Please sign in to comment.