Skip to content

Commit cd1a299

Browse files
authored
chore(core): hide phf, closes #1961 (#1964)
1 parent 5cba6eb commit cd1a299

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changes/hide-phf.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-utils": patch
3+
"tauri": patch
4+
---
5+
6+
Hide `phf` crate export (not public API).

core/tauri-utils/src/assets.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
//! Assets handled by Tauri during compile time and runtime.
66
7+
#[doc(hidden)]
78
pub use phf;
89
use std::{
910
borrow::Cow,

0 commit comments

Comments
 (0)