refactor!: remove re-export from tauri::path module (#9104)

This commit is contained in:
Amr Bashir
2024-03-06 23:31:23 +02:00
committed by GitHub
parent 5829f23171
commit 720357fd5c
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'tauri': 'major:breaking'
---
Removed `tauri::path::Result` and `tauri::path::Error` which were merely an unintentional re-export of `tauri::Result` and `tauri::Error` so use those instead.