aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/testbinding.rs
diff options
context:
space:
mode:
authorlucantrop <luka.hadzi@gmail.com>2017-03-13 17:27:14 +0100
committerlucantrop <luka.hadzi@gmail.com>2017-03-13 17:38:33 +0100
commitd6568e608bce4c45d2618f31b8a4567774cbc353 (patch)
tree0e8b2ef4cbbd2a1c7d99afb60188e4d12423e96f /components/script/dom/testbinding.rs
parentb1faaa15dcae2c0ba3bebd9d668ce9e3b231932c (diff)
downloadservo-d6568e608bce4c45d2618f31b8a4567774cbc353.tar.gz
servo-d6568e608bce4c45d2618f31b8a4567774cbc353.zip
removed instances of -> () in existing code
Diffstat (limited to 'components/script/dom/testbinding.rs')
-rw-r--r--components/script/dom/testbinding.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/testbinding.rs b/components/script/dom/testbinding.rs
index e03cc0bd3de..f08629c3861 100644
--- a/components/script/dom/testbinding.rs
+++ b/components/script/dom/testbinding.rs
@@ -247,8 +247,8 @@ impl TestBindingMethods for TestBinding {
Some(ByteStringOrLong::ByteString(ByteString::new(vec!())))
}
fn SetUnion6AttributeNullable(&self, _: Option<ByteStringOrLong>) {}
- fn BinaryRenamedMethod(&self) -> () {}
- fn ReceiveVoid(&self) -> () {}
+ fn BinaryRenamedMethod(&self) {}
+ fn ReceiveVoid(&self) {}
fn ReceiveBoolean(&self) -> bool { false }
fn ReceiveByte(&self) -> i8 { 0 }
fn ReceiveOctet(&self) -> u8 { 0 }