Skip to content

Commit

Permalink
Remove a dead_code annotation from a live method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Feb 4, 2016
1 parent 712b053 commit 31dbb29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/script/dom/xmlhttprequest.rs
Expand Up @@ -1220,7 +1220,6 @@ impl XMLHttpRequest {
}
}

#[allow(dead_code)]
fn final_mime_type(&self) -> Option<Mime> {
if self.override_mime_type.borrow().is_some() {
self.override_mime_type.borrow().clone()
Expand Down

0 comments on commit 31dbb29

Please sign in to comment.