mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
removed instances of -> () in existing code
This commit is contained in:
parent
b1faaa15dc
commit
d6568e608b
8 changed files with 29 additions and 29 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue