()
| 133 | impl DebugConfig { |
| 134 | #[allow(unused)] |
| 135 | pub fn enable_canary() -> Self { |
| 136 | Self { canary: true, output: None, colorize: false } |
| 137 | } |
| 138 | |
| 139 | pub fn new_with_output<W>(canary: bool, output: W, colorize: bool) -> Self |
| 140 | where |
nothing calls this directly
no outgoing calls
no test coverage detected