Fix test output.

This commit is contained in:
Stephen Chung 2021-09-27 11:24:48 +08:00
parent 85dcd6e754
commit 07acc6e125

View File

@ -13,9 +13,9 @@ help: a struct with a similar name exists
| ~~~~~
help: consider importing one of these items
|
11 | use core::fmt::Pointer;
|
11 | use std::fmt::Pointer;
|
11 | use syn::__private::fmt::Pointer;
|
11 | use core::fmt::Pointer;
|