mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix unused variable warnings.
This commit is contained in:
parent
53d8f04ac4
commit
dcaa764b57
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ impl Activatable for HTMLLabelElement {
|
|||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#implicit-submission
|
||||
fn implicit_submission(&self, ctrlKey: bool, shiftKey: bool, altKey: bool, metaKey: bool) {
|
||||
fn implicit_submission(&self, _ctrlKey: bool, _shiftKey: bool, _altKey: bool, _metaKey: bool) {
|
||||
//FIXME: Investigate and implement implicit submission for label elements
|
||||
// Issue filed at https://github.com/servo/servo/issues/8263
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue