Made rustfmt ignore db schema

main
Jef Roosens 2021-12-26 19:50:59 +01:00
parent fa3f966f6b
commit ee15d86185
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@
extern crate diesel;
pub mod db;
#[rustfmt::skip]
pub(crate) mod schema;