We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce74da0 commit aa68391Copy full SHA for aa68391
src/lib.rs
@@ -29,6 +29,7 @@
29
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
30
html_root_url = "http://arrayfire.com/docs/rust")]
31
#![warn(missing_docs)]
32
+#![allow(non_camel_case_types)]
33
34
#[macro_use]
35
extern crate lazy_static;
0 commit comments