mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #8344 - Ms2ger:warnings, r=saneyuki
Silence unused code warnings. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8344) <!-- Reviewable:end -->
This commit is contained in:
commit
8b030c5177
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