Fix Axum example warnings (#3585)

This commit is contained in:
Pratim 2024-02-26 16:17:35 +05:30 committed by GitHub
parent 73a90ac4e1
commit 04c8b864cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
pub mod error;
pub mod person;
mod error;
mod person;
use axum::{
routing::{delete, get, post, put},

View file

@ -1,5 +1,3 @@
mod error;
mod person;
use axum_example::create_router;
use std::env;
use surrealdb::engine::any;