Skip to content

Commit aa68391

Browse files
committed
add lint to allow non camel case naming for enums
1 parent ce74da0 commit aa68391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
3030
html_root_url = "http://arrayfire.com/docs/rust")]
3131
#![warn(missing_docs)]
32+
#![allow(non_camel_case_types)]
3233

3334
#[macro_use]
3435
extern crate lazy_static;

0 commit comments

Comments
 (0)