views: Remove outdated comment
This commit is contained in:
parent
c99d02f326
commit
3737ee5081
|
@ -15,8 +15,6 @@ type View struct {
|
||||||
streams *terminal.Streams
|
streams *terminal.Streams
|
||||||
colorize *colorstring.Colorize
|
colorize *colorstring.Colorize
|
||||||
|
|
||||||
// NOTE: compactWarnings is currently always false. When implementing
|
|
||||||
// views for commands which support this flag, we will need to address this.
|
|
||||||
compactWarnings bool
|
compactWarnings bool
|
||||||
|
|
||||||
// This unfortunate wart is required to enable rendering of diagnostics which
|
// This unfortunate wart is required to enable rendering of diagnostics which
|
||||||
|
|
Loading…
Reference in New Issue