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 authored and marlonbaeten committed Apr 30, 2024
1 parent 4c9965b commit acedf71
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 acedf71

Please sign in to comment.