mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
remove usage of legacy numeric operations in script (#33095)
These operations are deprecated and might be removed in a future rust version. Clippy is also complaining about them. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
09cac6430b
commit
f0045a7686
4 changed files with 8 additions and 11 deletions
|
@ -8,7 +8,6 @@ use std::borrow::ToOwned;
|
|||
use std::cmp::min;
|
||||
use std::default::Default;
|
||||
use std::ops::{Add, AddAssign, Range};
|
||||
use std::usize;
|
||||
|
||||
use keyboard_types::{Key, KeyState, Modifiers, ShortcutMatcher};
|
||||
use unicode_segmentation::UnicodeSegmentation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue