mirror of
https://github.com/chatmail/core.git
synced 2026-05-24 09:16:32 +03:00
Allow clippy::uninlined_format_args in examples
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#![allow(clippy::uninlined_format_args)]
|
||||||
//! This is a CLI program and a little testing frame. This file must not be
|
//! This is a CLI program and a little testing frame. This file must not be
|
||||||
//! included when using Delta Chat Core as a library.
|
//! included when using Delta Chat Core as a library.
|
||||||
//!
|
//!
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#![allow(clippy::uninlined_format_args)]
|
||||||
use deltachat::chat::{self, ChatId};
|
use deltachat::chat::{self, ChatId};
|
||||||
use deltachat::chatlist::*;
|
use deltachat::chatlist::*;
|
||||||
use deltachat::config;
|
use deltachat::config;
|
||||||
|
|||||||
Reference in New Issue
Block a user