Fix error template.

This commit is contained in:
Stephen Chung 2021-10-29 17:59:38 +08:00
parent 2ea86c3987
commit 64e7d7a4c4

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;
|