Removing things cuasing warnings.
This commit is contained in:
parent
5da8701978
commit
3bbf63132e
@ -1,8 +1,6 @@
|
||||
#![cfg_attr(debug_assertions, allow(dead_code, unused_imports))]
|
||||
mod weather;
|
||||
mod redsox;
|
||||
mod nerdfont;
|
||||
// use colored::Colorize;
|
||||
use tabled::{Table, Tabled};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use tabled::settings::{
|
||||
@ -19,7 +17,6 @@ struct TableRow {
|
||||
forecast: String,
|
||||
}
|
||||
|
||||
#[allow(unreachable_code)]
|
||||
fn main() {
|
||||
// Get forecast.
|
||||
let entire_forecast: Vec<weather::WeatherPeriod> = weather::WeatherOfficeLocation {
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_alias::serde_alias;
|
||||
use std::fs;
|
||||
// use iso8601;
|
||||
|
||||
const TEAM_ID: i32 = 111;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user