Skip to content

Commit b67acd3

Browse files
committed
Don't auto-format generated files.
1 parent 010e191 commit b67acd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clangll.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#![allow(unused_attributes)]
66
#![allow(non_snake_case)]
77
#![allow(non_upper_case_globals)]
8+
#![cfg_attr(rustfmt, rustfmt_skip)]
89

910
use ::std::os::raw::{ c_char, c_int, c_long, c_longlong, c_uint, c_ulong, c_ulonglong, c_void};
1011

0 commit comments

Comments
 (0)