| 1109 | |
| 1110 | #[derive(Clone, Debug)] |
| 1111 | pub struct CompileOptions { |
| 1112 | pub comments: bool, |
| 1113 | pub auto_indent: bool, |
| 1114 | } |
| 1115 | |
| 1116 | impl Default for CompileOptions { |
| 1117 | fn default() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected