mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 10:58:21 +00:00
Add TODO
This commit is contained in:
parent
4a97ea8991
commit
5a2b270925
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ macro_rules! macro_db {
|
||||||
$(
|
$(
|
||||||
impl $thing_referenced {
|
impl $thing_referenced {
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
|
// TODO Allow filtering by type, generic function?
|
||||||
pub fn referenced_by(&self, config: Config) -> Vec<ReferencedBy> {
|
pub fn referenced_by(&self, config: Config) -> Vec<ReferencedBy> {
|
||||||
let mut by = Vec::<ReferencedBy>::new();
|
let mut by = Vec::<ReferencedBy>::new();
|
||||||
$(
|
$(
|
||||||
|
|
Loading…
Add table
Reference in a new issue