Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

chore: Update code for newest rust 1.54 #231

Merged
merged 6 commits into from
Jul 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
f fmt
  • Loading branch information
jrconlin committed Jul 29, 2021
commit d44d411ea3909aca13928fc94cff1b7af0629dda
2 changes: 1 addition & 1 deletion src/web/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ async fn basic_default() {
assert_eq!(tiles.len(), 2);
assert!(!tiles
.iter()
.any(|tile| tile["name"].as_str().unwrap() == "Los Pollos Hermanos" ));
.any(|tile| tile["name"].as_str().unwrap() == "Los Pollos Hermanos"));
}

#[actix_rt::test]
Expand Down