mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
Linter changes
This commit is contained in:
parent
ac380df8b0
commit
907d9f23cf
9 changed files with 1 additions and 14 deletions
|
@ -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>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue