organic/src
Tom Alexander 4897952330
All checks were successful
clippy Build clippy has succeeded
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-build Build rust-build has succeeded
rust-test Build rust-test has succeeded
Make creating AllAstNodeIter explicit.
This is to remove the ambiguity between calling iter on the specific structs like Document and calling iter on an AstNode by having an explicitly-named function to create the iterator.
2023-10-23 18:25:59 -04:00
..
compare Fix clippy errors. 2023-10-23 17:43:43 -04:00
context Remove Debug from the context variables. 2023-10-18 18:36:25 -04:00
error Remove owned String from CustomError. 2023-10-21 14:29:37 -04:00
event_count Remove unused event types. 2023-10-17 13:43:33 -04:00
iter Make creating AllAstNodeIter explicit. 2023-10-23 18:25:59 -04:00
parser Make creating AllAstNodeIter explicit. 2023-10-23 18:25:59 -04:00
types Make creating AllAstNodeIter explicit. 2023-10-23 18:25:59 -04:00
bin_compare.rs Apply more suggestions. 2023-10-16 19:12:25 -04:00
bin_foreign_document_test.rs Apply more suggestions. 2023-10-16 19:12:25 -04:00
init_tracing.rs Apply more suggestions. 2023-10-16 19:12:25 -04:00
lib.rs Record element start events and report them when the event_count feature is enabled. 2023-10-17 13:32:01 -04:00
main.rs Record element start events and report them when the event_count feature is enabled. 2023-10-17 13:32:01 -04:00