Fix test output.

This commit is contained in:
Stephen Chung 2021-08-12 11:53:05 +08:00
parent d9f1f663ee
commit 4bf22e6cb7

View File

@ -10,7 +10,7 @@ error[E0412]: cannot find type `Pointer` in this scope
help: a struct with a similar name exists
|
12 | pub fn test_fn(input: Point) -> bool {
| ^^^^^
| ~~~~~
help: consider importing one of these items
|
11 | use core::fmt::Pointer;