浏览代码

chore(core): hide phf, closes #1961 (#1964)

Lucas Fernandes Nogueira 4 年之前
父节点
当前提交
cd1a299a7d
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 6 0
      .changes/hide-phf.md
  2. 1 0
      core/tauri-utils/src/assets.rs

+ 6 - 0
.changes/hide-phf.md

@@ -0,0 +1,6 @@
+---
+"tauri-utils": patch
+"tauri": patch
+---
+
+Hide `phf` crate export (not public API).

+ 1 - 0
core/tauri-utils/src/assets.rs

@@ -4,6 +4,7 @@
 
 //! Assets handled by Tauri during compile time and runtime.
 
+#[doc(hidden)]
 pub use phf;
 use std::{
   borrow::Cow,