Made rustfmt ignore db schema
parent
fa3f966f6b
commit
ee15d86185
|
@ -2,4 +2,5 @@
|
||||||
extern crate diesel;
|
extern crate diesel;
|
||||||
|
|
||||||
pub mod db;
|
pub mod db;
|
||||||
|
#[rustfmt::skip]
|
||||||
pub(crate) mod schema;
|
pub(crate) mod schema;
|
||||||
|
|
Reference in New Issue