From a596e948d336b578c8419980f769c0e894d5db6a Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Thu, 31 Jul 2014 15:41:55 -0400 Subject: [PATCH] Added non_snake_case_functions to list of allowed policies --- azure.rc | 1 + 1 file changed, 1 insertion(+) 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;