From 0b72a31d078bd8c3ea5b1a42834a71f545b665d9 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Mon, 27 Sep 2021 11:24:48 +0800 Subject: [PATCH] Fix test output. --- codegen/ui_tests/rhai_mod_unknown_type.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codegen/ui_tests/rhai_mod_unknown_type.stderr b/codegen/ui_tests/rhai_mod_unknown_type.stderr index 9ea2728f..5853808f 100644 --- a/codegen/ui_tests/rhai_mod_unknown_type.stderr +++ b/codegen/ui_tests/rhai_mod_unknown_type.stderr @@ -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; + |