make todo comment more explicit
This commit is contained in:
parent
7181077163
commit
5255c7d829
@ -43,7 +43,7 @@ enum SassErrorKind {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl Display for SassError {
|
impl Display for SassError {
|
||||||
// TODO: trim whitespace
|
// TODO: trim whitespace from start of line shown in error
|
||||||
// TODO: color errors
|
// TODO: color errors
|
||||||
// TODO: integrate with codemap-diagnostics
|
// TODO: integrate with codemap-diagnostics
|
||||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user