mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 06:58:26 +00:00
clippy appeasement
This commit is contained in:
@@ -4,7 +4,7 @@ use axum::extract::Request;
|
|||||||
use headers::{Authorization, HeaderMapExt};
|
use headers::{Authorization, HeaderMapExt};
|
||||||
use http::{HeaderValue, StatusCode};
|
use http::{HeaderValue, StatusCode};
|
||||||
use rstest::rstest;
|
use rstest::rstest;
|
||||||
use rustical_store::{Addressbook, AddressbookStore};
|
use rustical_store::AddressbookStore;
|
||||||
use rustical_store_sqlite::tests::{TestStoreContext, test_store_context};
|
use rustical_store_sqlite::tests::{TestStoreContext, test_store_context};
|
||||||
use tower::ServiceExt;
|
use tower::ServiceExt;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user