Discard unimportant lines from ui tests

This commit is contained in:
David Tolnay 2020-01-24 21:36:31 -08:00
parent a39bcade70
commit f3b059c006
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 0 additions and 4 deletions

View File

@ -3,5 +3,3 @@ error[E0425]: cannot find value `x` in this scope
|
4 | json!({ "a" : x });
| ^ not found in this scope
For more information about this error, try `rustc --explain E0425`.

View File

@ -3,5 +3,3 @@ error[E0609]: no field `s` on type `&'static str`
|
4 | json!({ "".s : true });
| ^
For more information about this error, try `rustc --explain E0609`.