Browse Source

chore: remove unused import `muda::AboutMetadataBuilder` (#8294)

Davide Ferrero 1 year ago
parent
commit
ad8836b1d2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/tauri/src/menu/builders/mod.rs

+ 0 - 2
core/tauri/src/menu/builders/mod.rs

@@ -6,8 +6,6 @@
 
 //! A module containting menu builder types
 
-pub use muda::AboutMetadataBuilder;
-
 mod menu;
 pub use menu::MenuBuilder;
 mod normal;