all: fix new compiler warnings
This commit is contained in:
parent
c0afc5cf2a
commit
64416d417b
3 changed files with 3 additions and 6 deletions
|
|
@ -11,10 +11,7 @@ pub trait WindowsExt<T> {
|
|||
}
|
||||
|
||||
impl<T> WindowsExt<T> for [T] {
|
||||
type Windows<'a, const N: usize>
|
||||
where
|
||||
T: 'a,
|
||||
= WindowsIter<'a, T, N>;
|
||||
type Windows<'a, const N: usize> = WindowsIter<'a, T, N> where T: 'a;
|
||||
|
||||
fn array_windows_ext<'a, const N: usize>(&'a self) -> Self::Windows<'a, N> {
|
||||
WindowsIter { slice: self }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue