Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)

This commit is contained in:
Simon Sapin 2017-11-06 14:24:03 +01:00 committed by Anthony Ramine
parent 20ccde9a75
commit 793bebfc0e
26 changed files with 1 additions and 26 deletions

View file

@ -133,7 +133,6 @@ macro_rules! make_enumerated_getter(
fn $attr(&self) -> DOMString {
use dom::bindings::inheritance::Castable;
use dom::element::Element;
use std::ascii::AsciiExt;
let element = self.upcast::<Element>();
let mut val = element.get_string_attribute(&local_name!($htmlname));
val.make_ascii_lowercase();