(mut self, allow: bool)
| 259 | /// Set whether to allow recording files that contain conflict markers. |
| 260 | #[must_use] |
| 261 | pub fn allow_conflict_markers(mut self, allow: bool) -> Self { |
| 262 | self.allow_conflict_markers = allow; |
| 263 | self |
| 264 | } |
| 265 | |
| 266 | /// Get whether recording marker-laden files is allowed. |
| 267 | #[must_use] |