We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2502f commit 28b2cd7Copy full SHA for 28b2cd7
README.md
@@ -77,7 +77,7 @@ with the list of annotations below.
77
78
let dl = DisplayList::from(snippet);
79
let dlf = DisplayListFormatter::new(true, false);
80
- dlf.format(&dl);
+ println!("{}", dlf.format(&dl));
81
}
82
```
83
0 commit comments