mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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,
|
||||
input: DOMString,
|
||||
url: Url,
|
||||
context: ParseContext) {
|
||||
pub fn parse_xml(_document: &Document,
|
||||
_input: DOMString,
|
||||
_url: Url,
|
||||
_context: ParseContext) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue