Made rustfmt ignore db schema
This commit is contained in:
parent
fa3f966f6b
commit
ee15d86185
1 changed files with 1 additions and 0 deletions
|
|
@ -2,4 +2,5 @@
|
|||
extern crate diesel;
|
||||
|
||||
pub mod db;
|
||||
#[rustfmt::skip]
|
||||
pub(crate) mod schema;
|
||||
|
|
|
|||
Reference in a new issue