Skip to content

Commit 6c433c3

Browse files
committed
clippy
1 parent b36b7a5 commit 6c433c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/tauri-cli/src/migrate/migrations/v1

crates/tauri-cli/src/migrate/migrations/v1/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ fn allowlist_to_permissions(
567567
.scope
568568
.0
569569
.into_iter()
570-
.map(|p| serde_json::to_value(p).unwrap().into())
570+
.map(|p| serde_json::to_value(p).unwrap())
571571
.collect::<Vec<_>>();
572572

573573
permissions.push(PermissionEntry::ExtendedPermission {

0 commit comments

Comments
 (0)