mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
style: Fix servo build, and appease tidy / fmt.
This commit is contained in:
parent
8c004c0858
commit
49842f5031
23 changed files with 165 additions and 53 deletions
|
@ -40,7 +40,7 @@ pub fn derive(mut input: syn::DeriveInput) -> TokenStream {
|
|||
|
||||
quote! {
|
||||
impl #impl_generics ::to_shmem::ToShmem for #name #ty_generics #where_clause {
|
||||
#[allow(unused_variables)]
|
||||
#[allow(unused_variables, unreachable_code)]
|
||||
fn to_shmem(
|
||||
&self,
|
||||
builder: &mut ::to_shmem::SharedMemoryBuilder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue