Add some more lints, and fix the compile errors they generate

This commit is contained in:
Paul Woolcock
2018-08-28 06:14:56 -04:00
parent 4e5a2f5c51
commit 5b24922d9e
10 changed files with 24 additions and 10 deletions
+1
View File
@@ -24,6 +24,7 @@ use serde::Deserialize;
/// # Ok(())
/// # }
/// ```
#[derive(Debug, Clone)]
pub(crate) struct ItemsIter<'a, T: Clone + for<'de> Deserialize<'de>, H: 'a + HttpSend> {
page: Page<'a, T, H>,
buffer: Vec<T>,