intermediate file rm commit

This commit is contained in:
iliana etaoin 2023-04-06 13:32:59 -07:00
parent 2b1689bbe0
commit bb94ed4eba
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
#![warn(clippy::pedantic)]
#![allow(clippy::no_effect_underscore_binding)]
mod app;
#[rocket::launch]
fn rocket() -> _ {
app::rocket()
}