diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-10 10:58:19 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-11 13:30:55 +0100 |
| commit | ebe919220d8b8f2966c15d73df82f20f38f4f9d5 (patch) | |
| tree | 237496d7eafda59f4f2cdcdedfff174c13bc08a0 /src/doc.rs | |
| parent | 924a27bc37f29769da225184ec1b35f9b96dbab5 (diff) | |
Fix flow bugs
Diffstat (limited to 'src/doc.rs')
| -rw-r--r-- | src/doc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -347,6 +347,7 @@ impl Frame { impl Debug for Frame { fn fmt(&self, f: &mut Formatter) -> fmt::Result { + f.write_str("Frame ")?; f.debug_list() .entries(self.elements.iter().map(|(_, element)| element)) .finish() |
