diff options
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.rs b/src/utils.rs index def8d93..be5f66c 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -34,6 +34,6 @@ pub trait StreamingIteratorExt<'a, T> { /// Return either the next item in the sequence, or `None` if all items /// have been consumed. fn next<S: Into<Supercow<'a, Self>>>(s: S) -> Option<T> - where Self: Sized + 'a; + where + Self: Sized + 'a; } - |
