mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-26 12:38:04 +03:00
refactor!: remove re-export from tauri::path
module (#9104)
This commit is contained in:
parent
5829f23171
commit
720357fd5c
5
.changes/path-result-error-rexport.md
Normal file
5
.changes/path-result-error-rexport.md
Normal 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.
|
@ -11,7 +11,7 @@ use serde_repr::{Deserialize_repr, Serialize_repr};
|
|||||||
|
|
||||||
pub(crate) mod plugin;
|
pub(crate) mod plugin;
|
||||||
|
|
||||||
pub use crate::error::*;
|
use crate::error::*;
|
||||||
|
|
||||||
#[cfg(target_os = "android")]
|
#[cfg(target_os = "android")]
|
||||||
mod android;
|
mod android;
|
||||||
|
Loading…
Reference in New Issue
Block a user