mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
TextInput::max_length should be in code units, not bytes
This commit is contained in:
parent
29fb3f1150
commit
deca979967
3 changed files with 120 additions and 30 deletions
|
@ -11,6 +11,7 @@
|
|||
#![feature(custom_attribute)]
|
||||
#![feature(custom_derive)]
|
||||
#![feature(fnbox)]
|
||||
#![feature(iter_arith)]
|
||||
#![feature(mpsc_select)]
|
||||
#![feature(nonzero)]
|
||||
#![feature(on_unimplemented)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue