mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
Lint: remove unnecessary pub(self)
This commit is contained in:
parent
b523a7edb8
commit
c028f3a502
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
use diesel::{Connection, ConnectionResult, PgConnection};
|
use diesel::{Connection, ConnectionResult, PgConnection};
|
||||||
|
|
||||||
pub(self) mod config;
|
mod config;
|
||||||
pub mod schema;
|
pub mod schema;
|
||||||
pub mod models;
|
pub mod models;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue