Skip to content

Commit ba6202a

Browse files
authored
Merge pull request #159 from gnzlbg/fmt
make rustfmt skip parser module
2 parents 60554a9 + 2023046 commit ba6202a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chalk-parse/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(non_modrs_mods)]
1+
#![feature(non_modrs_mods, tool_attributes)]
22

33
#![recursion_limit = "1024"]
44

@@ -10,6 +10,7 @@ extern crate lalrpop_util;
1010

1111
pub mod ast;
1212
pub mod errors;
13+
#[rustfmt::skip]
1314
mod parser;
1415

1516
use errors::Result;

0 commit comments

Comments
 (0)