diff options
Diffstat (limited to 'mingling_core/src/renderer/structural')
| -rw-r--r-- | mingling_core/src/renderer/structural/error.rs | 1 | ||||
| -rw-r--r-- | mingling_core/src/renderer/structural/structural_data.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mingling_core/src/renderer/structural/error.rs b/mingling_core/src/renderer/structural/error.rs index 2787dff..af886e1 100644 --- a/mingling_core/src/renderer/structural/error.rs +++ b/mingling_core/src/renderer/structural/error.rs @@ -1,3 +1,4 @@ +// Doc Not Optimize /// Represents an error that occurs during serialization of a structural renderer. /// /// This error stores a human-readable message describing what went wrong diff --git a/mingling_core/src/renderer/structural/structural_data.rs b/mingling_core/src/renderer/structural/structural_data.rs index 583808c..ab97e97 100644 --- a/mingling_core/src/renderer/structural/structural_data.rs +++ b/mingling_core/src/renderer/structural/structural_data.rs @@ -1,3 +1,4 @@ +// Doc Not Optimize use serde::Serialize; use crate::ProgramCollect; |
