Skip to content

Commit

Permalink
Merge pull request #299 from rsadsb/allow-dead-code-for-airport-csv
Browse files Browse the repository at this point in the history
Allow dead code for airport csv parsing
  • Loading branch information
wcampbell0x2a authored Jul 20, 2024
2 parents 3f35184 + 525f9b5 commit d07267e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/src/radar/airport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use std::fs::File;

use serde::Deserialize;

#[allow(dead_code)]
#[derive(Clone, Debug, Deserialize)]
pub struct Airport {
pub icao: String,
Expand Down

0 comments on commit d07267e

Please sign in to comment.