Ignore lints in autogenerated code

This commit is contained in:
2020-05-17 00:55:29 +01:00
parent 7003b56ce6
commit 49362a6606
123 changed files with 247 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
#![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;