Apply clippy suggestions.

This commit is contained in:
Jordan Petridis
2018-01-19 10:32:25 +02:00
parent 5c5faafc72
commit e6b0cfccb5
10 changed files with 67 additions and 69 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ mod tests {
// Copy it's id
let sid = source.id();
// Convert Source it into a future Feed and index it
let future = source.to_feed(&client, true);
let future = source.into_feed(&client, true);
let feed = core.run(future).unwrap();
feed.index().unwrap();
+1 -1
View File
@@ -104,7 +104,7 @@ mod tests {
// Copy it's id
let sid = source.id();
// Convert Source it into a future Feed and index it
let future = source.to_feed(&client, true);
let future = source.into_feed(&client, true);
let feed = core.run(future).unwrap();
feed.index().unwrap();