1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

chore: clippy

This commit is contained in:
Rob Ede
2024-01-04 04:05:56 +00:00
parent b694c9317a
commit 77b8dcdf59
9 changed files with 13 additions and 25 deletions

View File

@ -1,4 +1,4 @@
use std::{collections::HashMap, convert::TryInto};
use std::collections::HashMap;
use actix_session::{
storage::{LoadError, SaveError, SessionKey, SessionStore, UpdateError},