Skip to content

Commit

Permalink
rollup merge of rust-lang#18705 : fabricedesre/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 6, 2014
2 parents 0047b84 + f230e78 commit 2a3f0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libunicode/tables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// 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_globals, non_snake_case)]

/// The version of [Unicode](http://www.unicode.org/)
/// that the `UnicodeChar` and `UnicodeStrPrelude` traits are based on.
Expand Down

0 comments on commit 2a3f0bb

Please sign in to comment.