mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
chore(stronghold): fix clippy warnings
This commit is contained in:
@@ -113,7 +113,7 @@ impl<'de> Deserialize<'de> for KeyType {
|
|||||||
{
|
{
|
||||||
struct KeyTypeVisitor;
|
struct KeyTypeVisitor;
|
||||||
|
|
||||||
impl<'de> Visitor<'de> for KeyTypeVisitor {
|
impl Visitor<'_> for KeyTypeVisitor {
|
||||||
type Value = KeyType;
|
type Value = KeyType;
|
||||||
|
|
||||||
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
|
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
|
||||||
|
|||||||
Reference in New Issue
Block a user