(&mut self, content: impl Into<String>)
| 354 | #[cfg_attr(doc, doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/tests/snapshots/doc/fmt__diagnostics_add.snap")))] |
| 355 | /// </pre> |
| 356 | pub fn push_body(&mut self, content: impl Into<String>) { |
| 357 | self.inner_mut().extra_mut().body.push(content.into()); |
| 358 | } |
| 359 | |
| 360 | /// Returns if the currently requested format should render the alternate representation. |
| 361 | /// |