diff --git a/azure.rc b/azure.rc index a5ac942..d7e57ef 100644 --- a/azure.rc +++ b/azure.rc @@ -8,6 +8,7 @@ #![crate_type = "rlib"] #![feature(globs)] +#![allow(non_snake_case_functions)] extern crate libc; extern crate std;