1
Fork 0

std: warn(non_camel_case_types) everywhere. still some exceptions

This commit is contained in:
Brian Anderson 2012-09-02 15:49:36 -07:00
parent 087c5032a8
commit 1397c83f11
14 changed files with 10 additions and 46 deletions

View file

@ -1,5 +1,3 @@
#[deny(non_camel_case_types)];
// Rust JSON serialization library
// Copyright (c) 2011 Google Inc.