mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
ci: update clippy to 1.70.0
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
name: Lint Rust
|
name: Lint Rust
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
RUSTUP_TOOLCHAIN: 1.68.2
|
RUSTUP_TOOLCHAIN: 1.70.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install rustfmt and clippy
|
- name: Install rustfmt and clippy
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
//! Delta Chat core RPC server.
|
||||||
|
//!
|
||||||
|
//! It speaks JSON Lines over stdio.
|
||||||
use std::env;
|
use std::env;
|
||||||
///! Delta Chat core RPC server.
|
|
||||||
///!
|
|
||||||
///! It speaks JSON Lines over stdio.
|
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user