Made rustfmt ignore db schema

This commit is contained in:
Jef Roosens 2021-12-26 19:50:59 +01:00
parent fa3f966f6b
commit ee15d86185
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

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