TextInput::max_length should be in code units, not bytes

This commit is contained in:
Matt Brubeck 2016-04-01 14:49:14 -07:00
parent 29fb3f1150
commit deca979967
3 changed files with 120 additions and 30 deletions

View file

@ -11,6 +11,7 @@
#![feature(custom_attribute)]
#![feature(custom_derive)]
#![feature(fnbox)]
#![feature(iter_arith)]
#![feature(mpsc_select)]
#![feature(nonzero)]
#![feature(on_unimplemented)]