Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`rustc` says: ``` error[E0433]: failed to resolve. Did you mean `lib::std`? --> /…/src/types.rs:38:27 | 38 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ^^^ Did you mean `lib::std`? error[E0433]: failed to resolve. Did you mean `lib::std`? --> /…/src/types.rs:38:53 | 38 | fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result { | ^^^ Did you mean `lib::std`? ``` This patch fixes the issue.
- Loading branch information