Linter changes

This commit is contained in:
Keegan McAllister 2013-08-09 13:17:11 -07:00
parent ac380df8b0
commit 907d9f23cf
9 changed files with 1 additions and 14 deletions

View file

@ -273,7 +273,6 @@ fn build_element_from_tag(cx: *JSContext, tag: &str) -> AbstractNode<ScriptView>
}
}
#[allow(non_implicitly_copyable_typarams)]
pub fn parse_html(cx: *JSContext,
url: Url,
resource_task: ResourceTask,
@ -475,7 +474,6 @@ pub fn parse_html(cx: *JSContext,
},
complete_script: |script| {
// A little function for holding this lint attr
#[allow(non_implicitly_copyable_typarams)]
fn complete_script(script: hubbub::NodeDataPtr,
url: Url,
js_chan: SharedChan<JSMessage>) {