Allow clippy::uninlined_format_args in examples

This commit is contained in:
link2xt
2023-01-27 09:57:00 +00:00
parent e30749e94c
commit 2365862615
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#![allow(clippy::uninlined_format_args)]
//! This is a CLI program and a little testing frame. This file must not be
//! included when using Delta Chat Core as a library.
//!

View File

@@ -1,3 +1,4 @@
#![allow(clippy::uninlined_format_args)]
use deltachat::chat::{self, ChatId};
use deltachat::chatlist::*;
use deltachat::config;