Auto merge of #15774 - mbrubeck:tidy, r=nox

Remove tidy exceptions for serde and syn

r? @nox
This commit is contained in:
bors-servo 2017-02-28 16:32:42 -08:00 committed by GitHub
commit 7902842730

View file

@ -31,7 +31,7 @@ num = []
[ignore] [ignore]
# Ignored packages with duplicated versions # Ignored packages with duplicated versions
packages = ["byteorder", "serde_codegen_internals", "syn"] packages = ["byteorder"]
# Files that are ignored for all tidy and lint checks. # Files that are ignored for all tidy and lint checks.
files = [ files = [
# Generated and upstream code combined with our own. Could use cleanup # Generated and upstream code combined with our own. Could use cleanup