servo/components/canvas_traits
bors-servo e5689df6b4
Auto merge of #24694 - servo:rustup, r=jdm
Remove use of on_unimplemented

It errors in today’s Nightly:

```rust
error[E0557]: feature has been removed
 --> components/script/lib.rs:9:12
  |
9 | #![feature(on_unimplemented)]
  |            ^^^^^^^^^^^^^^^^ feature has been removed

error[E0658]: this is an internal attribute that will never be stable
  --> components/script/dom/bindings/conversions.rs:77:1
   |
77 | #[rustc_on_unimplemented(message = "The IDL interface `{Self}` is not derived from `{T}`.")]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: for more information, see https://github.com/rust-lang/rust/issues/29642
   = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable

error: aborting due to 2 previous errors
```
2019-11-09 10:15:30 -05:00
..
webgl_channel Support running WebGL in its own thread or on the main thread. 2019-07-25 23:05:03 -04:00
canvas.rs Update euclid. 2019-07-23 23:09:55 +02:00
Cargo.toml Use surfman for managing GL surfaces 2019-11-01 08:47:11 -05:00
lib.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
webgl.rs Auto merge of #24694 - servo:rustup, r=jdm 2019-11-09 10:15:30 -05:00