Replace deprecated missing_doc attribute.

This commit is contained in:
Joseph Crail
2014-11-01 21:12:13 -04:00
parent 0547a407aa
commit 835b92efb8
3 changed files with 10 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ preamble = '''// Copyright 2012-2014 The Rust Project Developers. See the COPYRI
// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
#![allow(missing_doc, non_uppercase_statics, non_snake_case)]
#![allow(missing_docs, non_uppercase_statics, non_snake_case)]
'''
# Mapping taken from Table 12 from: