Fix Axum example warnings (#3585)
This commit is contained in:
parent
73a90ac4e1
commit
04c8b864cd
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
pub mod error;
|
mod error;
|
||||||
pub mod person;
|
mod person;
|
||||||
|
|
||||||
use axum::{
|
use axum::{
|
||||||
routing::{delete, get, post, put},
|
routing::{delete, get, post, put},
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
mod error;
|
|
||||||
mod person;
|
|
||||||
use axum_example::create_router;
|
use axum_example::create_router;
|
||||||
use std::env;
|
use std::env;
|
||||||
use surrealdb::engine::any;
|
use surrealdb::engine::any;
|
||||||
|
|
Loading…
Reference in a new issue