gecko-dev/servo/components/style_traits
Emilio Cobos Álvarez 3a16c93150 Bug 1556602 - Fix various warnings with rust 1.37 nightly. r=froydnj
In particular:

 * trait objects without an explicit `dyn` are deprecated
 * `...` range patterns are deprecated

I think these shouldn't really warn by default and should be clippy / opt-in
lints, but anyway, doesn't hurt.

Differential Revision: https://phabricator.services.mozilla.com/D35135

--HG--
extra : moz-landing-system : lando
2019-06-18 21:32:16 +00:00
..
arc_slice.rs Bug 1552080 - Add refcount logging to servo_arc. r=heycam 2019-05-29 21:30:23 +02:00
Cargo.toml Bug 1550554 - Implement ArcSlice::default(). r=heycam 2019-05-16 23:22:04 +00:00
lib.rs Bug 1550432 - Do not report error for unknown property if its known moz prefixed version is specified. r=emilio 2019-05-21 15:35:41 +00:00
owned_slice.rs Bug 1549593 - Use OwnedSlice in the specified and computed values of most vector properties. r=heycam 2019-05-16 23:21:37 +00:00
owned_str.rs Bug 1554347 - Appease tidy. 2019-05-25 04:14:33 +02:00
specified_value_info.rs Bug 1556602 - Fix various warnings with rust 1.37 nightly. r=froydnj 2019-06-18 21:32:16 +00:00
values.rs Bug 1550554 - Use ArcSlice for quotes. r=heycam 2019-05-16 23:04:31 +00:00
viewport.rs Bug 1474793 - Part 10.8: Add derived ToShmem implementations. r=emilio 2019-03-30 00:16:25 +00:00