mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 08:08:23 +00:00
clippy appeasement
This commit is contained in:
@@ -16,7 +16,6 @@ async fn test_import(
|
|||||||
) {
|
) {
|
||||||
let context = context.await;
|
let context = context.await;
|
||||||
let app = get_app(context.clone());
|
let app = get_app(context.clone());
|
||||||
let addr_store = context.addr_store;
|
|
||||||
|
|
||||||
let (principal, addr_id) = ("user", "contacts");
|
let (principal, addr_id) = ("user", "contacts");
|
||||||
let url = format!("/carddav/principal/{principal}/{addr_id}");
|
let url = format!("/carddav/principal/{principal}/{addr_id}");
|
||||||
|
|||||||
Reference in New Issue
Block a user