Skip to content

Commit 3ac6e68

Browse files
nit
1 parent 12d725d commit 3ac6e68

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/app/src-tauri/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ pub struct Testing {
140140
#[allow(deprecated)]
141141
fn main() {
142142
let builder = Builder::<tauri::Wry>::new()
143-
// .disable_serde_phases() // TODO
143+
// This can be used if you don't want per-phase (Serialize/Deserialize) types.
144+
// .disable_serde_phases()
144145
.commands(tauri_specta::collect_commands![
145146
hello_world,
146147
goodbye_world,

0 commit comments

Comments
 (0)