Skip to content

Commit

Permalink
doc: TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 3, 2024
1 parent 6d1117d commit f5d359b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
- [X] Runtime errors when using fragments
- [X] usage of `classes_flag` seems to be broken with complext trait requirement.
- [X] This should work very simply `classes_flag([("todo", true), ("editor", is_editing)])`
- [ ] Organize the generated docs, such that the most commonly used structs and enums are displayed on the first page of docs.rs/sauron instead of under prelude module

## Limitations
- ~~In rust, no two closures, even if identical, have the same type. Therefore closure can not be check for equality.~~ Solved by using the original type_id of the function callback
Expand Down

0 comments on commit f5d359b

Please sign in to comment.