ci: update clippy to 1.70.0

This commit is contained in:
link2xt
2023-06-05 13:03:03 +00:00
parent d451bcfbe3
commit 3442748be7
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
//! Delta Chat core RPC server.
//!
//! It speaks JSON Lines over stdio.
use std::env;
///! Delta Chat core RPC server.
///!
///! It speaks JSON Lines over stdio.
use std::path::PathBuf;
use std::sync::Arc;