mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +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
|
||||
//! 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::chatlist::*;
|
||||
use deltachat::config;
|
||||
|
||||
Reference in New Issue
Block a user