organic/src/context
Tom Alexander b2479e9de8
Remove Debug from the context variables.
Now that entities are stored in the settings struct, these variables are massive which makes them balloon trace sizes while being mostly unreadable. This removes Debug from them to serve as a static-analysis check that context is ALWAYS ignored in tracing calls.
2023-10-18 18:36:25 -04:00
..
constants.rs The variables for keywords are actually constants. 2023-10-18 18:22:01 -04:00
context.rs Remove Debug from the context variables. 2023-10-18 18:36:25 -04:00
exiting.rs Remove Debug from the context variables. 2023-10-18 18:36:25 -04:00
file_access_interface.rs Remove Debug from the context variables. 2023-10-18 18:36:25 -04:00
global_settings.rs Remove Debug from the context variables. 2023-10-18 18:36:25 -04:00
list.rs Apply more suggestions. 2023-10-16 18:54:41 -04:00
mod.rs The variables for keywords are actually constants. 2023-10-18 18:22:01 -04:00
parser_with_context.rs Apply more suggestions. 2023-10-16 18:29:21 -04:00