server: address lint

This commit is contained in:
2024-08-31 16:18:47 -07:00
parent 934cb9d91b
commit 7218c13b9e
3 changed files with 9 additions and 10 deletions

View File

@@ -1,3 +1,6 @@
// Rocket generates a lot of warnings for handlers
// TODO: figure out why
#![allow(unreachable_patterns)]
#[macro_use]
extern crate rocket;
use std::{error::Error, io::Cursor, str::FromStr};