Add another feature(iter_once_with)
This commit is contained in:
parent
84718c1999
commit
3a1f0131a6
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue