diff options
Diffstat (limited to 'tests/expectations/lib.rs')
-rwxr-xr-x[-rw-r--r--] | tests/expectations/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/expectations/lib.rs b/tests/expectations/lib.rs index e69de29b..562dc554 100644..100755 --- a/tests/expectations/lib.rs +++ b/tests/expectations/lib.rs @@ -0,0 +1,3 @@ +#![allow(dead_code)] +#![allow(non_camel_case_types)] +#![allow(non_upper_case_globals)] |