1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-21 18:44:19 +00:00

Lint: remove unnecessary pub(self)

This commit is contained in:
Steffo 2024-07-11 06:21:49 +02:00
parent b523a7edb8
commit c028f3a502
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,6 +1,6 @@
use diesel::{Connection, ConnectionResult, PgConnection};
pub(self) mod config;
mod config;
pub mod schema;
pub mod models;