From 63c00b84ff2e856f5204bfcecf621e1381662299 Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Tue, 10 Oct 2023 00:37:54 -0400 Subject: [PATCH] Prune comment --- wardrobe/timestamp/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/wardrobe/timestamp/src/lib.rs b/wardrobe/timestamp/src/lib.rs index f41d9cc96..7040924f8 100644 --- a/wardrobe/timestamp/src/lib.rs +++ b/wardrobe/timestamp/src/lib.rs @@ -143,7 +143,6 @@ pub enum TimestampError { #[scale_info(skip_type_params(T))] pub struct SetTimestamp(pub PhantomData); -//TODO what about this static? Is that a problem? impl> SimpleConstraintChecker for SetTimestamp {