From 5a2b270925e2ccd9fac1c4ebb64aab7f7fca3f4e Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Sat, 10 Feb 2024 19:54:07 +0100 Subject: [PATCH] Add TODO --- src/definitions/macro_db.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/definitions/macro_db.rs b/src/definitions/macro_db.rs index 11a03ce..eba36fc 100644 --- a/src/definitions/macro_db.rs +++ b/src/definitions/macro_db.rs @@ -63,6 +63,7 @@ macro_rules! macro_db { $( impl $thing_referenced { #[allow(dead_code)] + // TODO Allow filtering by type, generic function? pub fn referenced_by(&self, config: Config) -> Vec { let mut by = Vec::::new(); $(