From c5c4be2be9d7208e0d09f4a22af958d4886b3b46 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Tue, 3 Jun 2025 00:00:28 +0200 Subject: [PATCH] reminder to use typify --- crates/plcom/build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/plcom/build.rs b/crates/plcom/build.rs index 54416a8..9651158 100644 --- a/crates/plcom/build.rs +++ b/crates/plcom/build.rs @@ -1,3 +1,5 @@ +// TODO: use something like https://github.com/oxidecomputer/typify + use serde::Deserialize; #[derive(Debug, Deserialize)]