mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Misc cleaning up
This commit is contained in:
parent
a19287f657
commit
a00ed8a1ca
3 changed files with 6 additions and 5 deletions
|
@ -122,6 +122,7 @@ pub enum ReportText {
|
|||
/// The documentation for this symbol.
|
||||
Docs(Symbol),
|
||||
|
||||
/// Many ReportText that should be concatenated together.
|
||||
Batch(Vec<ReportText>),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue