From f14171f76adad345d766708bf4c81b34501f0cf0 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Thu, 31 Jul 2014 15:30:19 -0400 Subject: [PATCH] Added non_snake_case_functions to list of allowed policies --- js.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js.rc b/js.rc index 4fc9c3f19..35c4354fe 100644 --- a/js.rc +++ b/js.rc @@ -9,7 +9,7 @@ #![feature(globs, link_args, managed_boxes, phase)] -#![allow(non_uppercase_statics, non_camel_case_types)] +#![allow(non_uppercase_statics, non_camel_case_types, non_snake_case_functions)] extern crate green; extern crate libc;