Skip to content

Commit

Permalink
chore(core): hide phf, closes #1961 (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Jun 9, 2021
1 parent 5cba6eb commit cd1a299
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/hide-phf.md
@@ -0,0 +1,6 @@
---
"tauri-utils": patch
"tauri": patch
---

Hide `phf` crate export (not public API).
1 change: 1 addition & 0 deletions core/tauri-utils/src/assets.rs
Expand Up @@ -4,6 +4,7 @@

//! Assets handled by Tauri during compile time and runtime.

#[doc(hidden)]
pub use phf;
use std::{
borrow::Cow,
Expand Down

0 comments on commit cd1a299

Please sign in to comment.