Skip to content

Commit

Permalink
Fix dead code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-hansen committed Apr 17, 2024
1 parent bbb7e58 commit 70ef272
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions memory-serve/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ mod tests {
headers.get(name).unwrap().to_str().unwrap()
}

#[derive(Clone)]
struct AppState {}

#[test]
fn test_load_assets() {
let assets: &'static [Asset] = load_assets!("../static");
Expand Down

0 comments on commit 70ef272

Please sign in to comment.