From cb463336bc19a1021746e5a63081ba1f20d5c944 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sun, 17 May 2020 23:23:45 +0100 Subject: [PATCH] Rework automatic code generation --- scripts/dbus-codegen | 4 +- src/telepathy.rs | 121 ++++++++++++++++++ src/telepathy/account.rs | 2 - src/telepathy/account_interface_addressing.rs | 2 - src/telepathy/account_interface_avatar.rs | 2 - ...unt_interface_external_password_storage.rs | 2 - src/telepathy/account_interface_hidden.rs | 2 - src/telepathy/account_interface_storage.rs | 2 - src/telepathy/account_manager.rs | 2 - .../account_manager_interface_hidden.rs | 2 - src/telepathy/all.rs | 2 - .../authentication_tls_certificate.rs | 2 - src/telepathy/call_content.rs | 2 - .../call_content_interface_audio_control.rs | 2 - src/telepathy/call_content_interface_dtmf.rs | 2 - src/telepathy/call_content_interface_media.rs | 2 - .../call_content_interface_video_control.rs | 2 - .../call_content_media_description.rs | 2 - ...ription_interface_rtcp_extended_reports.rs | 2 - ...dia_description_interface_rtcp_feedback.rs | 2 - ...ription_interface_rtp_header_extensions.rs | 2 - src/telepathy/call_interface_mute.rs | 2 - src/telepathy/call_stream.rs | 2 - src/telepathy/call_stream_endpoint.rs | 2 - src/telepathy/call_stream_interface_media.rs | 2 - src/telepathy/channel.rs | 2 - src/telepathy/channel_bundle.rs | 2 - src/telepathy/channel_dispatch_operation.rs | 2 - src/telepathy/channel_dispatcher.rs | 2 - .../channel_dispatcher_interface_messages1.rs | 2 - ...nel_dispatcher_interface_operation_list.rs | 2 - src/telepathy/channel_future.rs | 2 - src/telepathy/channel_handler.rs | 2 - src/telepathy/channel_interface_addressing.rs | 2 - src/telepathy/channel_interface_anonymity.rs | 2 - src/telepathy/channel_interface_call_state.rs | 2 - ...hannel_interface_captcha_authentication.rs | 2 - src/telepathy/channel_interface_chat_state.rs | 2 - src/telepathy/channel_interface_conference.rs | 2 - .../channel_interface_credentials_storage.rs | 2 - .../channel_interface_destroyable.rs | 2 - src/telepathy/channel_interface_dtmf.rs | 2 - ...hannel_interface_file_transfer_metadata.rs | 2 - src/telepathy/channel_interface_group.rs | 2 - src/telepathy/channel_interface_hold.rs | 2 - src/telepathy/channel_interface_html.rs | 2 - .../channel_interface_media_signalling.rs | 2 - .../channel_interface_mergeable_conference.rs | 2 - src/telepathy/channel_interface_messages.rs | 2 - src/telepathy/channel_interface_password.rs | 2 - src/telepathy/channel_interface_picture.rs | 2 - src/telepathy/channel_interface_room.rs | 2 - .../channel_interface_room_config.rs | 2 - .../channel_interface_sasl_authentication.rs | 2 - src/telepathy/channel_interface_securable.rs | 2 - .../channel_interface_service_point.rs | 2 - src/telepathy/channel_interface_sms.rs | 2 - src/telepathy/channel_interface_splittable.rs | 2 - src/telepathy/channel_interface_subject.rs | 2 - src/telepathy/channel_interface_transfer.rs | 2 - src/telepathy/channel_interface_tube.rs | 2 - src/telepathy/channel_request.rs | 2 - src/telepathy/channel_type_call.rs | 2 - src/telepathy/channel_type_contact_list.rs | 2 - src/telepathy/channel_type_contact_search.rs | 2 - src/telepathy/channel_type_dbus_tube.rs | 2 - src/telepathy/channel_type_file_transfer.rs | 2 - src/telepathy/channel_type_room_list.rs | 2 - .../channel_type_server_authentication.rs | 2 - .../channel_type_server_tls_connection.rs | 2 - src/telepathy/channel_type_stream_tube.rs | 2 - src/telepathy/channel_type_streamed_media.rs | 2 - src/telepathy/channel_type_text.rs | 2 - src/telepathy/channel_type_tubes.rs | 2 - src/telepathy/client.rs | 2 - src/telepathy/client_approver.rs | 2 - src/telepathy/client_handler.rs | 2 - src/telepathy/client_handler_future.rs | 2 - src/telepathy/client_interface_requests.rs | 2 - src/telepathy/client_observer.rs | 2 - src/telepathy/connection.rs | 2 - .../connection_interface_addressing.rs | 2 - .../connection_interface_aliasing.rs | 2 - .../connection_interface_anonymity.rs | 2 - src/telepathy/connection_interface_avatars.rs | 2 - src/telepathy/connection_interface_balance.rs | 2 - .../connection_interface_capabilities.rs | 2 - .../connection_interface_cellular.rs | 2 - .../connection_interface_client_types.rs | 2 - ...nnection_interface_communication_policy.rs | 2 - .../connection_interface_contact_blocking.rs | 2 - ...nnection_interface_contact_capabilities.rs | 2 - .../connection_interface_contact_groups.rs | 2 - .../connection_interface_contact_info.rs | 2 - .../connection_interface_contact_list.rs | 2 - .../connection_interface_contacts.rs | 2 - .../connection_interface_forwarding.rs | 2 - .../connection_interface_irc_command1.rs | 2 - .../connection_interface_keepalive.rs | 2 - .../connection_interface_location.rs | 2 - .../connection_interface_mail_notification.rs | 2 - .../connection_interface_power_saving.rs | 2 - .../connection_interface_presence.rs | 2 - src/telepathy/connection_interface_privacy.rs | 2 - .../connection_interface_renaming.rs | 2 - .../connection_interface_requests.rs | 2 - .../connection_interface_resources.rs | 2 - .../connection_interface_service_point.rs | 2 - .../connection_interface_sidecars1.rs | 2 - .../connection_interface_simple_presence.rs | 2 - src/telepathy/connection_manager.rs | 2 - ...ction_manager_interface_account_storage.rs | 2 - src/telepathy/debug.rs | 2 - src/telepathy/errors.rs | 2 - src/telepathy/generic_types.rs | 2 - src/telepathy/media_session_handler.rs | 2 - src/telepathy/media_stream_handler.rs | 2 - src/telepathy/properties_interface.rs | 2 - src/telepathy/protocol.rs | 2 - .../protocol_interface_addressing.rs | 2 - src/telepathy/protocol_interface_avatars.rs | 2 - src/telepathy/protocol_interface_presence.rs | 2 - src/telepathy/template.rs | 2 - 123 files changed, 122 insertions(+), 245 deletions(-) diff --git a/scripts/dbus-codegen b/scripts/dbus-codegen index 489a033..1b9d509 100755 --- a/scripts/dbus-codegen +++ b/scripts/dbus-codegen @@ -31,11 +31,9 @@ for file in $(ls -a $specs/*.xml); do -a AsRefClosure \ -o "$out" - sed -i '1s/^/#![allow(clippy::all)]\n\n/' "$out" - rustfmt "$out" - echo "\nmod $name;\npub use self::$name::*;" >> "$modfile" + echo "\n#[allow(clippy::all)]\nmod $name;\npub use self::$name::*;" >> "$modfile" done git -C telepathy-spec checkout -- . diff --git a/src/telepathy.rs b/src/telepathy.rs index d215932..1c47d27 100644 --- a/src/telepathy.rs +++ b/src/telepathy.rs @@ -1,364 +1,485 @@ #![allow(unused)] +#[allow(clippy::all)] mod account_interface_addressing; pub use self::account_interface_addressing::*; +#[allow(clippy::all)] mod account_interface_avatar; pub use self::account_interface_avatar::*; +#[allow(clippy::all)] mod account_interface_external_password_storage; pub use self::account_interface_external_password_storage::*; +#[allow(clippy::all)] mod account_interface_hidden; pub use self::account_interface_hidden::*; +#[allow(clippy::all)] mod account_interface_storage; pub use self::account_interface_storage::*; +#[allow(clippy::all)] mod account_manager_interface_hidden; pub use self::account_manager_interface_hidden::*; +#[allow(clippy::all)] mod account_manager; pub use self::account_manager::*; +#[allow(clippy::all)] mod account; pub use self::account::*; +#[allow(clippy::all)] mod all; pub use self::all::*; +#[allow(clippy::all)] mod authentication_tls_certificate; pub use self::authentication_tls_certificate::*; +#[allow(clippy::all)] mod call_content_interface_audio_control; pub use self::call_content_interface_audio_control::*; +#[allow(clippy::all)] mod call_content_interface_dtmf; pub use self::call_content_interface_dtmf::*; +#[allow(clippy::all)] mod call_content_interface_media; pub use self::call_content_interface_media::*; +#[allow(clippy::all)] mod call_content_interface_video_control; pub use self::call_content_interface_video_control::*; +#[allow(clippy::all)] mod call_content_media_description_interface_rtcp_extended_reports; pub use self::call_content_media_description_interface_rtcp_extended_reports::*; +#[allow(clippy::all)] mod call_content_media_description_interface_rtcp_feedback; pub use self::call_content_media_description_interface_rtcp_feedback::*; +#[allow(clippy::all)] mod call_content_media_description_interface_rtp_header_extensions; pub use self::call_content_media_description_interface_rtp_header_extensions::*; +#[allow(clippy::all)] mod call_content_media_description; pub use self::call_content_media_description::*; +#[allow(clippy::all)] mod call_content; pub use self::call_content::*; +#[allow(clippy::all)] mod call_interface_mute; pub use self::call_interface_mute::*; +#[allow(clippy::all)] mod call_stream_endpoint; pub use self::call_stream_endpoint::*; +#[allow(clippy::all)] mod call_stream_interface_media; pub use self::call_stream_interface_media::*; +#[allow(clippy::all)] mod call_stream; pub use self::call_stream::*; +#[allow(clippy::all)] mod channel_bundle; pub use self::channel_bundle::*; +#[allow(clippy::all)] mod channel_dispatcher_interface_messages1; pub use self::channel_dispatcher_interface_messages1::*; +#[allow(clippy::all)] mod channel_dispatcher_interface_operation_list; pub use self::channel_dispatcher_interface_operation_list::*; +#[allow(clippy::all)] mod channel_dispatcher; pub use self::channel_dispatcher::*; +#[allow(clippy::all)] mod channel_dispatch_operation; pub use self::channel_dispatch_operation::*; +#[allow(clippy::all)] mod channel_future; pub use self::channel_future::*; +#[allow(clippy::all)] mod channel_handler; pub use self::channel_handler::*; +#[allow(clippy::all)] mod channel_interface_addressing; pub use self::channel_interface_addressing::*; +#[allow(clippy::all)] mod channel_interface_anonymity; pub use self::channel_interface_anonymity::*; +#[allow(clippy::all)] mod channel_interface_call_state; pub use self::channel_interface_call_state::*; +#[allow(clippy::all)] mod channel_interface_captcha_authentication; pub use self::channel_interface_captcha_authentication::*; +#[allow(clippy::all)] mod channel_interface_chat_state; pub use self::channel_interface_chat_state::*; +#[allow(clippy::all)] mod channel_interface_conference; pub use self::channel_interface_conference::*; +#[allow(clippy::all)] mod channel_interface_credentials_storage; pub use self::channel_interface_credentials_storage::*; +#[allow(clippy::all)] mod channel_interface_destroyable; pub use self::channel_interface_destroyable::*; +#[allow(clippy::all)] mod channel_interface_dtmf; pub use self::channel_interface_dtmf::*; +#[allow(clippy::all)] mod channel_interface_file_transfer_metadata; pub use self::channel_interface_file_transfer_metadata::*; +#[allow(clippy::all)] mod channel_interface_group; pub use self::channel_interface_group::*; +#[allow(clippy::all)] mod channel_interface_hold; pub use self::channel_interface_hold::*; +#[allow(clippy::all)] mod channel_interface_html; pub use self::channel_interface_html::*; +#[allow(clippy::all)] mod channel_interface_media_signalling; pub use self::channel_interface_media_signalling::*; +#[allow(clippy::all)] mod channel_interface_mergeable_conference; pub use self::channel_interface_mergeable_conference::*; +#[allow(clippy::all)] mod channel_interface_messages; pub use self::channel_interface_messages::*; +#[allow(clippy::all)] mod channel_interface_password; pub use self::channel_interface_password::*; +#[allow(clippy::all)] mod channel_interface_picture; pub use self::channel_interface_picture::*; +#[allow(clippy::all)] mod channel_interface_room_config; pub use self::channel_interface_room_config::*; +#[allow(clippy::all)] mod channel_interface_room; pub use self::channel_interface_room::*; +#[allow(clippy::all)] mod channel_interface_sasl_authentication; pub use self::channel_interface_sasl_authentication::*; +#[allow(clippy::all)] mod channel_interface_securable; pub use self::channel_interface_securable::*; +#[allow(clippy::all)] mod channel_interface_service_point; pub use self::channel_interface_service_point::*; +#[allow(clippy::all)] mod channel_interface_sms; pub use self::channel_interface_sms::*; +#[allow(clippy::all)] mod channel_interface_splittable; pub use self::channel_interface_splittable::*; +#[allow(clippy::all)] mod channel_interface_subject; pub use self::channel_interface_subject::*; +#[allow(clippy::all)] mod channel_interface_transfer; pub use self::channel_interface_transfer::*; +#[allow(clippy::all)] mod channel_interface_tube; pub use self::channel_interface_tube::*; +#[allow(clippy::all)] mod channel_request; pub use self::channel_request::*; +#[allow(clippy::all)] mod channel_type_call; pub use self::channel_type_call::*; +#[allow(clippy::all)] mod channel_type_contact_list; pub use self::channel_type_contact_list::*; +#[allow(clippy::all)] mod channel_type_contact_search; pub use self::channel_type_contact_search::*; +#[allow(clippy::all)] mod channel_type_dbus_tube; pub use self::channel_type_dbus_tube::*; +#[allow(clippy::all)] mod channel_type_file_transfer; pub use self::channel_type_file_transfer::*; +#[allow(clippy::all)] mod channel_type_room_list; pub use self::channel_type_room_list::*; +#[allow(clippy::all)] mod channel_type_server_authentication; pub use self::channel_type_server_authentication::*; +#[allow(clippy::all)] mod channel_type_server_tls_connection; pub use self::channel_type_server_tls_connection::*; +#[allow(clippy::all)] mod channel_type_streamed_media; pub use self::channel_type_streamed_media::*; +#[allow(clippy::all)] mod channel_type_stream_tube; pub use self::channel_type_stream_tube::*; +#[allow(clippy::all)] mod channel_type_text; pub use self::channel_type_text::*; +#[allow(clippy::all)] mod channel_type_tubes; pub use self::channel_type_tubes::*; +#[allow(clippy::all)] mod channel; pub use self::channel::*; +#[allow(clippy::all)] mod client_approver; pub use self::client_approver::*; +#[allow(clippy::all)] mod client_handler_future; pub use self::client_handler_future::*; +#[allow(clippy::all)] mod client_handler; pub use self::client_handler::*; +#[allow(clippy::all)] mod client_interface_requests; pub use self::client_interface_requests::*; +#[allow(clippy::all)] mod client_observer; pub use self::client_observer::*; +#[allow(clippy::all)] mod client; pub use self::client::*; +#[allow(clippy::all)] mod connection_interface_addressing; pub use self::connection_interface_addressing::*; +#[allow(clippy::all)] mod connection_interface_aliasing; pub use self::connection_interface_aliasing::*; +#[allow(clippy::all)] mod connection_interface_anonymity; pub use self::connection_interface_anonymity::*; +#[allow(clippy::all)] mod connection_interface_avatars; pub use self::connection_interface_avatars::*; +#[allow(clippy::all)] mod connection_interface_balance; pub use self::connection_interface_balance::*; +#[allow(clippy::all)] mod connection_interface_capabilities; pub use self::connection_interface_capabilities::*; +#[allow(clippy::all)] mod connection_interface_cellular; pub use self::connection_interface_cellular::*; +#[allow(clippy::all)] mod connection_interface_client_types; pub use self::connection_interface_client_types::*; +#[allow(clippy::all)] mod connection_interface_communication_policy; pub use self::connection_interface_communication_policy::*; +#[allow(clippy::all)] mod connection_interface_contact_blocking; pub use self::connection_interface_contact_blocking::*; +#[allow(clippy::all)] mod connection_interface_contact_capabilities; pub use self::connection_interface_contact_capabilities::*; +#[allow(clippy::all)] mod connection_interface_contact_groups; pub use self::connection_interface_contact_groups::*; +#[allow(clippy::all)] mod connection_interface_contact_info; pub use self::connection_interface_contact_info::*; +#[allow(clippy::all)] mod connection_interface_contact_list; pub use self::connection_interface_contact_list::*; +#[allow(clippy::all)] mod connection_interface_contacts; pub use self::connection_interface_contacts::*; +#[allow(clippy::all)] mod connection_interface_forwarding; pub use self::connection_interface_forwarding::*; +#[allow(clippy::all)] mod connection_interface_irc_command1; pub use self::connection_interface_irc_command1::*; +#[allow(clippy::all)] mod connection_interface_keepalive; pub use self::connection_interface_keepalive::*; +#[allow(clippy::all)] mod connection_interface_location; pub use self::connection_interface_location::*; +#[allow(clippy::all)] mod connection_interface_mail_notification; pub use self::connection_interface_mail_notification::*; +#[allow(clippy::all)] mod connection_interface_power_saving; pub use self::connection_interface_power_saving::*; +#[allow(clippy::all)] mod connection_interface_presence; pub use self::connection_interface_presence::*; +#[allow(clippy::all)] mod connection_interface_privacy; pub use self::connection_interface_privacy::*; +#[allow(clippy::all)] mod connection_interface_renaming; pub use self::connection_interface_renaming::*; +#[allow(clippy::all)] mod connection_interface_requests; pub use self::connection_interface_requests::*; +#[allow(clippy::all)] mod connection_interface_resources; pub use self::connection_interface_resources::*; +#[allow(clippy::all)] mod connection_interface_service_point; pub use self::connection_interface_service_point::*; +#[allow(clippy::all)] mod connection_interface_sidecars1; pub use self::connection_interface_sidecars1::*; +#[allow(clippy::all)] mod connection_interface_simple_presence; pub use self::connection_interface_simple_presence::*; +#[allow(clippy::all)] mod connection_manager_interface_account_storage; pub use self::connection_manager_interface_account_storage::*; +#[allow(clippy::all)] mod connection_manager; pub use self::connection_manager::*; +#[allow(clippy::all)] mod connection; pub use self::connection::*; +#[allow(clippy::all)] mod debug; pub use self::debug::*; +#[allow(clippy::all)] mod errors; pub use self::errors::*; +#[allow(clippy::all)] mod generic_types; pub use self::generic_types::*; +#[allow(clippy::all)] mod media_session_handler; pub use self::media_session_handler::*; +#[allow(clippy::all)] mod media_stream_handler; pub use self::media_stream_handler::*; +#[allow(clippy::all)] mod properties_interface; pub use self::properties_interface::*; +#[allow(clippy::all)] mod protocol_interface_addressing; pub use self::protocol_interface_addressing::*; +#[allow(clippy::all)] mod protocol_interface_avatars; pub use self::protocol_interface_avatars::*; +#[allow(clippy::all)] mod protocol_interface_presence; pub use self::protocol_interface_presence::*; +#[allow(clippy::all)] mod protocol; pub use self::protocol::*; +#[allow(clippy::all)] mod template; pub use self::template::*; diff --git a/src/telepathy/account.rs b/src/telepathy/account.rs index 41bd0aa..c56abb4 100644 --- a/src/telepathy/account.rs +++ b/src/telepathy/account.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Account.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/account.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/account_interface_addressing.rs b/src/telepathy/account_interface_addressing.rs index cde8ab3..0df7b2f 100644 --- a/src/telepathy/account_interface_addressing.rs +++ b/src/telepathy/account_interface_addressing.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Account_Interface_Addressing.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/account_interface_addressing.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/account_interface_avatar.rs b/src/telepathy/account_interface_avatar.rs index 45d44bc..004e23a 100644 --- a/src/telepathy/account_interface_avatar.rs +++ b/src/telepathy/account_interface_avatar.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Account_Interface_Avatar.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/account_interface_avatar.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/account_interface_external_password_storage.rs b/src/telepathy/account_interface_external_password_storage.rs index fa7a083..ddcfbaa 100644 --- a/src/telepathy/account_interface_external_password_storage.rs +++ b/src/telepathy/account_interface_external_password_storage.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Account_Interface_External_Password_Storage.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/account_interface_external_password_storage.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/account_interface_hidden.rs b/src/telepathy/account_interface_hidden.rs index aae5cbf..ed6db2e 100644 --- a/src/telepathy/account_interface_hidden.rs +++ b/src/telepathy/account_interface_hidden.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Account_Interface_Hidden.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/account_interface_hidden.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/account_interface_storage.rs b/src/telepathy/account_interface_storage.rs index e0eb157..5acc587 100644 --- a/src/telepathy/account_interface_storage.rs +++ b/src/telepathy/account_interface_storage.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Account_Interface_Storage.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/account_interface_storage.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/account_manager.rs b/src/telepathy/account_manager.rs index 429ee22..f84d7f6 100644 --- a/src/telepathy/account_manager.rs +++ b/src/telepathy/account_manager.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Account_Manager.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/account_manager.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/account_manager_interface_hidden.rs b/src/telepathy/account_manager_interface_hidden.rs index 391669d..411e80d 100644 --- a/src/telepathy/account_manager_interface_hidden.rs +++ b/src/telepathy/account_manager_interface_hidden.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Account_Manager_Interface_Hidden.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/account_manager_interface_hidden.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/all.rs b/src/telepathy/all.rs index e08f4ce..fe9cbcf 100644 --- a/src/telepathy/all.rs +++ b/src/telepathy/all.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/all.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/all.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/authentication_tls_certificate.rs b/src/telepathy/authentication_tls_certificate.rs index 7f8c0a6..cfe5922 100644 --- a/src/telepathy/authentication_tls_certificate.rs +++ b/src/telepathy/authentication_tls_certificate.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Authentication_TLS_Certificate.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/authentication_tls_certificate.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_content.rs b/src/telepathy/call_content.rs index 027acc6..4bea68f 100644 --- a/src/telepathy/call_content.rs +++ b/src/telepathy/call_content.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Content.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_content.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_content_interface_audio_control.rs b/src/telepathy/call_content_interface_audio_control.rs index 25a3e17..0231c82 100644 --- a/src/telepathy/call_content_interface_audio_control.rs +++ b/src/telepathy/call_content_interface_audio_control.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Content_Interface_Audio_Control.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_content_interface_audio_control.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_content_interface_dtmf.rs b/src/telepathy/call_content_interface_dtmf.rs index 291bc5e..f56c78b 100644 --- a/src/telepathy/call_content_interface_dtmf.rs +++ b/src/telepathy/call_content_interface_dtmf.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Content_Interface_DTMF.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_content_interface_dtmf.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_content_interface_media.rs b/src/telepathy/call_content_interface_media.rs index 332f3e2..63796c0 100644 --- a/src/telepathy/call_content_interface_media.rs +++ b/src/telepathy/call_content_interface_media.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Content_Interface_Media.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_content_interface_media.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_content_interface_video_control.rs b/src/telepathy/call_content_interface_video_control.rs index 4f8476b..17b2cd8 100644 --- a/src/telepathy/call_content_interface_video_control.rs +++ b/src/telepathy/call_content_interface_video_control.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Content_Interface_Video_Control.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_content_interface_video_control.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_content_media_description.rs b/src/telepathy/call_content_media_description.rs index 80be971..2f7c8b5 100644 --- a/src/telepathy/call_content_media_description.rs +++ b/src/telepathy/call_content_media_description.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Content_Media_Description.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_content_media_description.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_content_media_description_interface_rtcp_extended_reports.rs b/src/telepathy/call_content_media_description_interface_rtcp_extended_reports.rs index d45fd5a..9e3c2a9 100644 --- a/src/telepathy/call_content_media_description_interface_rtcp_extended_reports.rs +++ b/src/telepathy/call_content_media_description_interface_rtcp_extended_reports.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Content_Media_Description_Interface_RTCP_Extended_Reports.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_content_media_description_interface_rtcp_extended_reports.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_content_media_description_interface_rtcp_feedback.rs b/src/telepathy/call_content_media_description_interface_rtcp_feedback.rs index a24dcf5..29d64d6 100644 --- a/src/telepathy/call_content_media_description_interface_rtcp_feedback.rs +++ b/src/telepathy/call_content_media_description_interface_rtcp_feedback.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Content_Media_Description_Interface_RTCP_Feedback.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_content_media_description_interface_rtcp_feedback.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_content_media_description_interface_rtp_header_extensions.rs b/src/telepathy/call_content_media_description_interface_rtp_header_extensions.rs index 51d91af..254211e 100644 --- a/src/telepathy/call_content_media_description_interface_rtp_header_extensions.rs +++ b/src/telepathy/call_content_media_description_interface_rtp_header_extensions.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Content_Media_Description_Interface_RTP_Header_Extensions.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_content_media_description_interface_rtp_header_extensions.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_interface_mute.rs b/src/telepathy/call_interface_mute.rs index 217cb6d..978ec61 100644 --- a/src/telepathy/call_interface_mute.rs +++ b/src/telepathy/call_interface_mute.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Interface_Mute.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_interface_mute.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_stream.rs b/src/telepathy/call_stream.rs index 36b3bf0..1f7d8e5 100644 --- a/src/telepathy/call_stream.rs +++ b/src/telepathy/call_stream.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Stream.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_stream.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_stream_endpoint.rs b/src/telepathy/call_stream_endpoint.rs index 7258df9..f758468 100644 --- a/src/telepathy/call_stream_endpoint.rs +++ b/src/telepathy/call_stream_endpoint.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Stream_Endpoint.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_stream_endpoint.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/call_stream_interface_media.rs b/src/telepathy/call_stream_interface_media.rs index 198f998..06a66f2 100644 --- a/src/telepathy/call_stream_interface_media.rs +++ b/src/telepathy/call_stream_interface_media.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Call_Stream_Interface_Media.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/call_stream_interface_media.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel.rs b/src/telepathy/channel.rs index cdb65e1..0cee4f5 100644 --- a/src/telepathy/channel.rs +++ b/src/telepathy/channel.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_bundle.rs b/src/telepathy/channel_bundle.rs index 3c90751..5657302 100644 --- a/src/telepathy/channel_bundle.rs +++ b/src/telepathy/channel_bundle.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Bundle.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_bundle.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_dispatch_operation.rs b/src/telepathy/channel_dispatch_operation.rs index f41c55d..ce3d718 100644 --- a/src/telepathy/channel_dispatch_operation.rs +++ b/src/telepathy/channel_dispatch_operation.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Dispatch_Operation.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_dispatch_operation.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_dispatcher.rs b/src/telepathy/channel_dispatcher.rs index 0a68160..1d11f19 100644 --- a/src/telepathy/channel_dispatcher.rs +++ b/src/telepathy/channel_dispatcher.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Dispatcher.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_dispatcher.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_dispatcher_interface_messages1.rs b/src/telepathy/channel_dispatcher_interface_messages1.rs index c2d99ae..46748fe 100644 --- a/src/telepathy/channel_dispatcher_interface_messages1.rs +++ b/src/telepathy/channel_dispatcher_interface_messages1.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Dispatcher_Interface_Messages1.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_dispatcher_interface_messages1.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_dispatcher_interface_operation_list.rs b/src/telepathy/channel_dispatcher_interface_operation_list.rs index ca0a911..b0dcdf4 100644 --- a/src/telepathy/channel_dispatcher_interface_operation_list.rs +++ b/src/telepathy/channel_dispatcher_interface_operation_list.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Dispatcher_Interface_Operation_List.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_dispatcher_interface_operation_list.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_future.rs b/src/telepathy/channel_future.rs index ae9be3a..ade632d 100644 --- a/src/telepathy/channel_future.rs +++ b/src/telepathy/channel_future.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Future.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_future.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_handler.rs b/src/telepathy/channel_handler.rs index 263cb8c..18f8ed4 100644 --- a/src/telepathy/channel_handler.rs +++ b/src/telepathy/channel_handler.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Handler.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_handler.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_addressing.rs b/src/telepathy/channel_interface_addressing.rs index f293644..4dfb087 100644 --- a/src/telepathy/channel_interface_addressing.rs +++ b/src/telepathy/channel_interface_addressing.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Addressing.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_addressing.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_anonymity.rs b/src/telepathy/channel_interface_anonymity.rs index 0fc1cd6..c724b0e 100644 --- a/src/telepathy/channel_interface_anonymity.rs +++ b/src/telepathy/channel_interface_anonymity.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Anonymity.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_anonymity.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_call_state.rs b/src/telepathy/channel_interface_call_state.rs index 402913b..c50d25b 100644 --- a/src/telepathy/channel_interface_call_state.rs +++ b/src/telepathy/channel_interface_call_state.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Call_State.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_call_state.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_captcha_authentication.rs b/src/telepathy/channel_interface_captcha_authentication.rs index 61fab13..389c8e0 100644 --- a/src/telepathy/channel_interface_captcha_authentication.rs +++ b/src/telepathy/channel_interface_captcha_authentication.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Captcha_Authentication.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_captcha_authentication.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_chat_state.rs b/src/telepathy/channel_interface_chat_state.rs index 6481130..441f911 100644 --- a/src/telepathy/channel_interface_chat_state.rs +++ b/src/telepathy/channel_interface_chat_state.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Chat_State.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_chat_state.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_conference.rs b/src/telepathy/channel_interface_conference.rs index 8789201..ff7fc62 100644 --- a/src/telepathy/channel_interface_conference.rs +++ b/src/telepathy/channel_interface_conference.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Conference.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_conference.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_credentials_storage.rs b/src/telepathy/channel_interface_credentials_storage.rs index fe7e0fb..f3baff7 100644 --- a/src/telepathy/channel_interface_credentials_storage.rs +++ b/src/telepathy/channel_interface_credentials_storage.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Credentials_Storage.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_credentials_storage.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_destroyable.rs b/src/telepathy/channel_interface_destroyable.rs index 3002e57..a63fead 100644 --- a/src/telepathy/channel_interface_destroyable.rs +++ b/src/telepathy/channel_interface_destroyable.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Destroyable.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_destroyable.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_dtmf.rs b/src/telepathy/channel_interface_dtmf.rs index beb4628..fec9bcc 100644 --- a/src/telepathy/channel_interface_dtmf.rs +++ b/src/telepathy/channel_interface_dtmf.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_DTMF.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_dtmf.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_file_transfer_metadata.rs b/src/telepathy/channel_interface_file_transfer_metadata.rs index 56df025..3135636 100644 --- a/src/telepathy/channel_interface_file_transfer_metadata.rs +++ b/src/telepathy/channel_interface_file_transfer_metadata.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_File_Transfer_Metadata.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_file_transfer_metadata.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_group.rs b/src/telepathy/channel_interface_group.rs index 0b6f4f9..e2ee124 100644 --- a/src/telepathy/channel_interface_group.rs +++ b/src/telepathy/channel_interface_group.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Group.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_group.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_hold.rs b/src/telepathy/channel_interface_hold.rs index 3513da5..eb793e5 100644 --- a/src/telepathy/channel_interface_hold.rs +++ b/src/telepathy/channel_interface_hold.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Hold.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_hold.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_html.rs b/src/telepathy/channel_interface_html.rs index 09269f6..7015782 100644 --- a/src/telepathy/channel_interface_html.rs +++ b/src/telepathy/channel_interface_html.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_HTML.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_html.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_media_signalling.rs b/src/telepathy/channel_interface_media_signalling.rs index 7418b3d..a4cb75d 100644 --- a/src/telepathy/channel_interface_media_signalling.rs +++ b/src/telepathy/channel_interface_media_signalling.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Media_Signalling.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_media_signalling.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_mergeable_conference.rs b/src/telepathy/channel_interface_mergeable_conference.rs index 368e602..537f42d 100644 --- a/src/telepathy/channel_interface_mergeable_conference.rs +++ b/src/telepathy/channel_interface_mergeable_conference.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Mergeable_Conference.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_mergeable_conference.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_messages.rs b/src/telepathy/channel_interface_messages.rs index 664913c..060484d 100644 --- a/src/telepathy/channel_interface_messages.rs +++ b/src/telepathy/channel_interface_messages.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Messages.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_messages.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_password.rs b/src/telepathy/channel_interface_password.rs index 77ad608..8a7751c 100644 --- a/src/telepathy/channel_interface_password.rs +++ b/src/telepathy/channel_interface_password.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Password.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_password.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_picture.rs b/src/telepathy/channel_interface_picture.rs index 237aa00..042ea17 100644 --- a/src/telepathy/channel_interface_picture.rs +++ b/src/telepathy/channel_interface_picture.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Picture.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_picture.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_room.rs b/src/telepathy/channel_interface_room.rs index 724f7b3..bd7f07b 100644 --- a/src/telepathy/channel_interface_room.rs +++ b/src/telepathy/channel_interface_room.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Room.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_room.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_room_config.rs b/src/telepathy/channel_interface_room_config.rs index af6eacb..4a43fa8 100644 --- a/src/telepathy/channel_interface_room_config.rs +++ b/src/telepathy/channel_interface_room_config.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Room_Config.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_room_config.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_sasl_authentication.rs b/src/telepathy/channel_interface_sasl_authentication.rs index 76a91b9..d569a1b 100644 --- a/src/telepathy/channel_interface_sasl_authentication.rs +++ b/src/telepathy/channel_interface_sasl_authentication.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_SASL_Authentication.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_sasl_authentication.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_securable.rs b/src/telepathy/channel_interface_securable.rs index 632afaa..2f52712 100644 --- a/src/telepathy/channel_interface_securable.rs +++ b/src/telepathy/channel_interface_securable.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Securable.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_securable.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_service_point.rs b/src/telepathy/channel_interface_service_point.rs index 43ca44b..be5b6f4 100644 --- a/src/telepathy/channel_interface_service_point.rs +++ b/src/telepathy/channel_interface_service_point.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Service_Point.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_service_point.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_sms.rs b/src/telepathy/channel_interface_sms.rs index b09279e..279bae8 100644 --- a/src/telepathy/channel_interface_sms.rs +++ b/src/telepathy/channel_interface_sms.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_SMS.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_sms.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_splittable.rs b/src/telepathy/channel_interface_splittable.rs index c8d6a43..cb91a6e 100644 --- a/src/telepathy/channel_interface_splittable.rs +++ b/src/telepathy/channel_interface_splittable.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Splittable.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_splittable.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_subject.rs b/src/telepathy/channel_interface_subject.rs index 7fcc207..c8c1de7 100644 --- a/src/telepathy/channel_interface_subject.rs +++ b/src/telepathy/channel_interface_subject.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Subject.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_subject.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_transfer.rs b/src/telepathy/channel_interface_transfer.rs index ba4dcf8..ec748a2 100644 --- a/src/telepathy/channel_interface_transfer.rs +++ b/src/telepathy/channel_interface_transfer.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Transfer.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_transfer.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_interface_tube.rs b/src/telepathy/channel_interface_tube.rs index 3acd414..7ce9ec3 100644 --- a/src/telepathy/channel_interface_tube.rs +++ b/src/telepathy/channel_interface_tube.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Interface_Tube.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_interface_tube.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_request.rs b/src/telepathy/channel_request.rs index d5e6703..7acbc0e 100644 --- a/src/telepathy/channel_request.rs +++ b/src/telepathy/channel_request.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Request.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_request.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_call.rs b/src/telepathy/channel_type_call.rs index a390c6b..0400667 100644 --- a/src/telepathy/channel_type_call.rs +++ b/src/telepathy/channel_type_call.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_Call.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_call.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_contact_list.rs b/src/telepathy/channel_type_contact_list.rs index 77efca8..1dc4a9c 100644 --- a/src/telepathy/channel_type_contact_list.rs +++ b/src/telepathy/channel_type_contact_list.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_Contact_List.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_contact_list.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_contact_search.rs b/src/telepathy/channel_type_contact_search.rs index e3c1a6e..1214ca1 100644 --- a/src/telepathy/channel_type_contact_search.rs +++ b/src/telepathy/channel_type_contact_search.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_Contact_Search.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_contact_search.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_dbus_tube.rs b/src/telepathy/channel_type_dbus_tube.rs index 6418937..e0dcf23 100644 --- a/src/telepathy/channel_type_dbus_tube.rs +++ b/src/telepathy/channel_type_dbus_tube.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_DBus_Tube.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_dbus_tube.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_file_transfer.rs b/src/telepathy/channel_type_file_transfer.rs index bbc16b6..ca15f46 100644 --- a/src/telepathy/channel_type_file_transfer.rs +++ b/src/telepathy/channel_type_file_transfer.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_File_Transfer.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_file_transfer.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_room_list.rs b/src/telepathy/channel_type_room_list.rs index d4bb9c8..d7cfd3c 100644 --- a/src/telepathy/channel_type_room_list.rs +++ b/src/telepathy/channel_type_room_list.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_Room_List.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_room_list.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_server_authentication.rs b/src/telepathy/channel_type_server_authentication.rs index 7cedde8..518acec 100644 --- a/src/telepathy/channel_type_server_authentication.rs +++ b/src/telepathy/channel_type_server_authentication.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_Server_Authentication.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_server_authentication.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_server_tls_connection.rs b/src/telepathy/channel_type_server_tls_connection.rs index abfbaab..3c0acaa 100644 --- a/src/telepathy/channel_type_server_tls_connection.rs +++ b/src/telepathy/channel_type_server_tls_connection.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_Server_TLS_Connection.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_server_tls_connection.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_stream_tube.rs b/src/telepathy/channel_type_stream_tube.rs index 8ba6d9f..72fa8a1 100644 --- a/src/telepathy/channel_type_stream_tube.rs +++ b/src/telepathy/channel_type_stream_tube.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_Stream_Tube.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_stream_tube.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_streamed_media.rs b/src/telepathy/channel_type_streamed_media.rs index 4e2c189..2720c9a 100644 --- a/src/telepathy/channel_type_streamed_media.rs +++ b/src/telepathy/channel_type_streamed_media.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_Streamed_Media.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_streamed_media.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_text.rs b/src/telepathy/channel_type_text.rs index 04a5b89..25b7d82 100644 --- a/src/telepathy/channel_type_text.rs +++ b/src/telepathy/channel_type_text.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_Text.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_text.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/channel_type_tubes.rs b/src/telepathy/channel_type_tubes.rs index 7fd5425..f40e1a4 100644 --- a/src/telepathy/channel_type_tubes.rs +++ b/src/telepathy/channel_type_tubes.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Channel_Type_Tubes.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/channel_type_tubes.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/client.rs b/src/telepathy/client.rs index 1b9cbdd..dd48e66 100644 --- a/src/telepathy/client.rs +++ b/src/telepathy/client.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Client.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/client.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/client_approver.rs b/src/telepathy/client_approver.rs index 220ff0a..f851e0a 100644 --- a/src/telepathy/client_approver.rs +++ b/src/telepathy/client_approver.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Client_Approver.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/client_approver.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/client_handler.rs b/src/telepathy/client_handler.rs index 32a44ea..69edf1c 100644 --- a/src/telepathy/client_handler.rs +++ b/src/telepathy/client_handler.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Client_Handler.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/client_handler.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/client_handler_future.rs b/src/telepathy/client_handler_future.rs index 4b40c6f..c1a8261 100644 --- a/src/telepathy/client_handler_future.rs +++ b/src/telepathy/client_handler_future.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Client_Handler_Future.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/client_handler_future.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/client_interface_requests.rs b/src/telepathy/client_interface_requests.rs index 1d43570..94036b0 100644 --- a/src/telepathy/client_interface_requests.rs +++ b/src/telepathy/client_interface_requests.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Client_Interface_Requests.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/client_interface_requests.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/client_observer.rs b/src/telepathy/client_observer.rs index d275cfc..ce85466 100644 --- a/src/telepathy/client_observer.rs +++ b/src/telepathy/client_observer.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Client_Observer.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/client_observer.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection.rs b/src/telepathy/connection.rs index 7cb2114..420baad 100644 --- a/src/telepathy/connection.rs +++ b/src/telepathy/connection.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_addressing.rs b/src/telepathy/connection_interface_addressing.rs index dbef120..cd85308 100644 --- a/src/telepathy/connection_interface_addressing.rs +++ b/src/telepathy/connection_interface_addressing.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Addressing.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_addressing.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_aliasing.rs b/src/telepathy/connection_interface_aliasing.rs index f9fdc62..ce33e40 100644 --- a/src/telepathy/connection_interface_aliasing.rs +++ b/src/telepathy/connection_interface_aliasing.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Aliasing.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_aliasing.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_anonymity.rs b/src/telepathy/connection_interface_anonymity.rs index 1fcc038..45a8dfe 100644 --- a/src/telepathy/connection_interface_anonymity.rs +++ b/src/telepathy/connection_interface_anonymity.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Anonymity.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_anonymity.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_avatars.rs b/src/telepathy/connection_interface_avatars.rs index d54ee69..7a0fa18 100644 --- a/src/telepathy/connection_interface_avatars.rs +++ b/src/telepathy/connection_interface_avatars.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Avatars.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_avatars.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_balance.rs b/src/telepathy/connection_interface_balance.rs index f3696f1..272e193 100644 --- a/src/telepathy/connection_interface_balance.rs +++ b/src/telepathy/connection_interface_balance.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Balance.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_balance.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_capabilities.rs b/src/telepathy/connection_interface_capabilities.rs index 073eab4..a509849 100644 --- a/src/telepathy/connection_interface_capabilities.rs +++ b/src/telepathy/connection_interface_capabilities.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Capabilities.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_capabilities.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_cellular.rs b/src/telepathy/connection_interface_cellular.rs index 7d3efca..6f1d083 100644 --- a/src/telepathy/connection_interface_cellular.rs +++ b/src/telepathy/connection_interface_cellular.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Cellular.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_cellular.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_client_types.rs b/src/telepathy/connection_interface_client_types.rs index 10bde89..f792627 100644 --- a/src/telepathy/connection_interface_client_types.rs +++ b/src/telepathy/connection_interface_client_types.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Client_Types.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_client_types.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_communication_policy.rs b/src/telepathy/connection_interface_communication_policy.rs index 571520c..4581ba6 100644 --- a/src/telepathy/connection_interface_communication_policy.rs +++ b/src/telepathy/connection_interface_communication_policy.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Communication_Policy.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_communication_policy.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_contact_blocking.rs b/src/telepathy/connection_interface_contact_blocking.rs index 3a5bd56..9d6ee52 100644 --- a/src/telepathy/connection_interface_contact_blocking.rs +++ b/src/telepathy/connection_interface_contact_blocking.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Contact_Blocking.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_contact_blocking.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_contact_capabilities.rs b/src/telepathy/connection_interface_contact_capabilities.rs index 480802c..48b0b80 100644 --- a/src/telepathy/connection_interface_contact_capabilities.rs +++ b/src/telepathy/connection_interface_contact_capabilities.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Contact_Capabilities.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_contact_capabilities.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_contact_groups.rs b/src/telepathy/connection_interface_contact_groups.rs index f47b628..7471d05 100644 --- a/src/telepathy/connection_interface_contact_groups.rs +++ b/src/telepathy/connection_interface_contact_groups.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Contact_Groups.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_contact_groups.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_contact_info.rs b/src/telepathy/connection_interface_contact_info.rs index fb5050b..b00a292 100644 --- a/src/telepathy/connection_interface_contact_info.rs +++ b/src/telepathy/connection_interface_contact_info.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Contact_Info.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_contact_info.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_contact_list.rs b/src/telepathy/connection_interface_contact_list.rs index 6b35ffb..26b1223 100644 --- a/src/telepathy/connection_interface_contact_list.rs +++ b/src/telepathy/connection_interface_contact_list.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Contact_List.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_contact_list.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_contacts.rs b/src/telepathy/connection_interface_contacts.rs index dfa6f32..f0c7741 100644 --- a/src/telepathy/connection_interface_contacts.rs +++ b/src/telepathy/connection_interface_contacts.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Contacts.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_contacts.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_forwarding.rs b/src/telepathy/connection_interface_forwarding.rs index 26ac23d..26ac273 100644 --- a/src/telepathy/connection_interface_forwarding.rs +++ b/src/telepathy/connection_interface_forwarding.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Forwarding.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_forwarding.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_irc_command1.rs b/src/telepathy/connection_interface_irc_command1.rs index 83793e3..87f7ee3 100644 --- a/src/telepathy/connection_interface_irc_command1.rs +++ b/src/telepathy/connection_interface_irc_command1.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_IRC_Command1.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_irc_command1.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_keepalive.rs b/src/telepathy/connection_interface_keepalive.rs index 55c5bff..72d4646 100644 --- a/src/telepathy/connection_interface_keepalive.rs +++ b/src/telepathy/connection_interface_keepalive.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Keepalive.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_keepalive.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_location.rs b/src/telepathy/connection_interface_location.rs index a7c42e2..83f8637 100644 --- a/src/telepathy/connection_interface_location.rs +++ b/src/telepathy/connection_interface_location.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Location.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_location.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_mail_notification.rs b/src/telepathy/connection_interface_mail_notification.rs index 7a39da8..c0e1fb6 100644 --- a/src/telepathy/connection_interface_mail_notification.rs +++ b/src/telepathy/connection_interface_mail_notification.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Mail_Notification.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_mail_notification.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_power_saving.rs b/src/telepathy/connection_interface_power_saving.rs index 2153abd..698fb12 100644 --- a/src/telepathy/connection_interface_power_saving.rs +++ b/src/telepathy/connection_interface_power_saving.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Power_Saving.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_power_saving.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_presence.rs b/src/telepathy/connection_interface_presence.rs index 406b61b..78c946b 100644 --- a/src/telepathy/connection_interface_presence.rs +++ b/src/telepathy/connection_interface_presence.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Presence.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_presence.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_privacy.rs b/src/telepathy/connection_interface_privacy.rs index ff48d72..076b0cd 100644 --- a/src/telepathy/connection_interface_privacy.rs +++ b/src/telepathy/connection_interface_privacy.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Privacy.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_privacy.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_renaming.rs b/src/telepathy/connection_interface_renaming.rs index e727b66..d98f473 100644 --- a/src/telepathy/connection_interface_renaming.rs +++ b/src/telepathy/connection_interface_renaming.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Renaming.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_renaming.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_requests.rs b/src/telepathy/connection_interface_requests.rs index f9517b4..c25924d 100644 --- a/src/telepathy/connection_interface_requests.rs +++ b/src/telepathy/connection_interface_requests.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Requests.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_requests.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_resources.rs b/src/telepathy/connection_interface_resources.rs index 7cbdf88..6c8bf39 100644 --- a/src/telepathy/connection_interface_resources.rs +++ b/src/telepathy/connection_interface_resources.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Resources.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_resources.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_service_point.rs b/src/telepathy/connection_interface_service_point.rs index f78d61b..4e2ca3c 100644 --- a/src/telepathy/connection_interface_service_point.rs +++ b/src/telepathy/connection_interface_service_point.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Service_Point.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_service_point.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_sidecars1.rs b/src/telepathy/connection_interface_sidecars1.rs index 2847895..f225b78 100644 --- a/src/telepathy/connection_interface_sidecars1.rs +++ b/src/telepathy/connection_interface_sidecars1.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Sidecars1.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_sidecars1.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_interface_simple_presence.rs b/src/telepathy/connection_interface_simple_presence.rs index 8235fcf..7ab17df 100644 --- a/src/telepathy/connection_interface_simple_presence.rs +++ b/src/telepathy/connection_interface_simple_presence.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Interface_Simple_Presence.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_interface_simple_presence.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_manager.rs b/src/telepathy/connection_manager.rs index bb552e2..3836d9b 100644 --- a/src/telepathy/connection_manager.rs +++ b/src/telepathy/connection_manager.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Manager.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_manager.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/connection_manager_interface_account_storage.rs b/src/telepathy/connection_manager_interface_account_storage.rs index 351c671..3ba7b8b 100644 --- a/src/telepathy/connection_manager_interface_account_storage.rs +++ b/src/telepathy/connection_manager_interface_account_storage.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Connection_Manager_Interface_Account_Storage.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/connection_manager_interface_account_storage.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/debug.rs b/src/telepathy/debug.rs index 22660b6..b0d2b52 100644 --- a/src/telepathy/debug.rs +++ b/src/telepathy/debug.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Debug.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/debug.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/errors.rs b/src/telepathy/errors.rs index b805054..e5b8b9a 100644 --- a/src/telepathy/errors.rs +++ b/src/telepathy/errors.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/errors.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/errors.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/generic_types.rs b/src/telepathy/generic_types.rs index 006b92e..831d32a 100644 --- a/src/telepathy/generic_types.rs +++ b/src/telepathy/generic_types.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/generic-types.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/generic_types.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/media_session_handler.rs b/src/telepathy/media_session_handler.rs index 968c0bc..9b1433a 100644 --- a/src/telepathy/media_session_handler.rs +++ b/src/telepathy/media_session_handler.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Media_Session_Handler.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/media_session_handler.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/media_stream_handler.rs b/src/telepathy/media_stream_handler.rs index 08cb14a..c1ad7b8 100644 --- a/src/telepathy/media_stream_handler.rs +++ b/src/telepathy/media_stream_handler.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Media_Stream_Handler.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/media_stream_handler.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/properties_interface.rs b/src/telepathy/properties_interface.rs index 1724a0b..64bae24 100644 --- a/src/telepathy/properties_interface.rs +++ b/src/telepathy/properties_interface.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Properties_Interface.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/properties_interface.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/protocol.rs b/src/telepathy/protocol.rs index 4a64534..8b4650c 100644 --- a/src/telepathy/protocol.rs +++ b/src/telepathy/protocol.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Protocol.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/protocol.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/protocol_interface_addressing.rs b/src/telepathy/protocol_interface_addressing.rs index 29bd1ac..cf7ad2a 100644 --- a/src/telepathy/protocol_interface_addressing.rs +++ b/src/telepathy/protocol_interface_addressing.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Protocol_Interface_Addressing.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/protocol_interface_addressing.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/protocol_interface_avatars.rs b/src/telepathy/protocol_interface_avatars.rs index 4e5be23..aaa1de7 100644 --- a/src/telepathy/protocol_interface_avatars.rs +++ b/src/telepathy/protocol_interface_avatars.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Protocol_Interface_Avatars.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/protocol_interface_avatars.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/protocol_interface_presence.rs b/src/telepathy/protocol_interface_presence.rs index bc5cc43..eb53c1a 100644 --- a/src/telepathy/protocol_interface_presence.rs +++ b/src/telepathy/protocol_interface_presence.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/Protocol_Interface_Presence.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/protocol_interface_presence.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg; diff --git a/src/telepathy/template.rs b/src/telepathy/template.rs index dbebe68..855fae7 100644 --- a/src/telepathy/template.rs +++ b/src/telepathy/template.rs @@ -1,5 +1,3 @@ -#![allow(clippy::all)] - // This code was autogenerated with `dbus-codegen-rust --file telepathy-spec/spec/template.xml -i org.freedesktop.Telepathy -a AsRefClosure -o src/telepathy/template.rs`, see https://github.com/diwic/dbus-rs use dbus; use dbus::arg;