mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Silence unused code warnings.
This commit is contained in:
parent
021f441d24
commit
1c12ec05e0
1 changed files with 4 additions and 4 deletions
|
@ -13,8 +13,8 @@ pub enum ParseContext {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
pub fn parse_xml(document: &Document,
|
pub fn parse_xml(_document: &Document,
|
||||||
input: DOMString,
|
_input: DOMString,
|
||||||
url: Url,
|
_url: Url,
|
||||||
context: ParseContext) {
|
_context: ParseContext) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue