From e273035c5fd0cf293c073bf9200605e9962ac81d Mon Sep 17 00:00:00 2001 From: Steve Loveless Date: Mon, 6 May 2024 14:34:28 -0700 Subject: [PATCH] Add TODO for later --- crates/api/src/unit.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/api/src/unit.rs b/crates/api/src/unit.rs index 1a0621a..47dca6c 100644 --- a/crates/api/src/unit.rs +++ b/crates/api/src/unit.rs @@ -165,6 +165,8 @@ impl Unit { } } +// TODO: This is silly; remove. +// impl AsRef for Unit { fn as_ref(&self) -> &Self { self