mirror of
https://github.com/archtechx/todo-system.git
synced 2025-12-12 00:54:03 +00:00
support scanning todo!() Rust macros
This commit is contained in:
parent
a9a6a66b96
commit
b4a74cb633
2 changed files with 70 additions and 0 deletions
7
samples/2.rs
Normal file
7
samples/2.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
fn foo() {
|
||||
// Rust TODOs can only be generic
|
||||
todo!("generic");
|
||||
todo!();
|
||||
todo!("@foo not category");
|
||||
todo!("00 not priority");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue