diff options
author | Corey Farwell <coreyf@rwell.org> | 2017-07-26 22:58:19 +0000 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2017-07-26 23:44:01 +0000 |
commit | 23e5bfaf27312840092d9938bb99748a02e0d9bf (patch) | |
tree | 6ab3cb8cb26dd1226c5178d7f49fa5eef47f51cb /components/script/lib.rs | |
parent | 58fd2956b339781c963f14eb9edb9ae71858e68b (diff) | |
download | servo-23e5bfaf27312840092d9938bb99748a02e0d9bf.tar.gz servo-23e5bfaf27312840092d9938bb99748a02e0d9bf.zip |
Audit usages of unicode case-changing methods.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index e1a1ab592cb..cab84d54294 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -2,6 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#![feature(ascii_ctype)] #![feature(box_syntax)] #![feature(conservative_impl_trait)] #![feature(const_fn)] |