This commit is contained in:
Samuel Lorch 2024-02-10 19:54:07 +01:00
parent 4a97ea8991
commit 5a2b270925

View file

@ -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<ReferencedBy> {
let mut by = Vec::<ReferencedBy>::new();
$(