mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 21:42:34 +00:00
clippy appeasement
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
use std::{collections::HashMap, io::BufReader};
|
|
||||||
|
|
||||||
use crate::Error;
|
use crate::Error;
|
||||||
use crate::calendar::CalendarResourceService;
|
use crate::calendar::CalendarResourceService;
|
||||||
use axum::{
|
use axum::{
|
||||||
@@ -8,11 +6,12 @@ use axum::{
|
|||||||
};
|
};
|
||||||
use http::StatusCode;
|
use http::StatusCode;
|
||||||
use ical::{
|
use ical::{
|
||||||
generator::{Emitter, IcalCalendar},
|
generator::Emitter,
|
||||||
parser::{Component, ComponentMut, ical::component::IcalTimeZone},
|
parser::{Component, ComponentMut},
|
||||||
};
|
};
|
||||||
use rustical_ical::{CalendarObject, CalendarObjectComponent, CalendarObjectType, EventObject};
|
use rustical_ical::{CalendarObject, CalendarObjectType};
|
||||||
use rustical_store::{Calendar, CalendarStore, SubscriptionStore, auth::Principal};
|
use rustical_store::{Calendar, CalendarStore, SubscriptionStore, auth::Principal};
|
||||||
|
use std::io::BufReader;
|
||||||
use tracing::instrument;
|
use tracing::instrument;
|
||||||
|
|
||||||
#[instrument(skip(resource_service))]
|
#[instrument(skip(resource_service))]
|
||||||
|
|||||||
Reference in New Issue
Block a user