From 4ab58ee940f6f9719cd6fc0438b004e1bdb1831f Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 6 Feb 2023 10:55:10 +0000 Subject: [PATCH] fix stderr --- actix-web-codegen/tests/trybuild/route-custom-lowercase.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-codegen/tests/trybuild/route-custom-lowercase.stderr b/actix-web-codegen/tests/trybuild/route-custom-lowercase.stderr index 76f4f7347..243c4dd68 100644 --- a/actix-web-codegen/tests/trybuild/route-custom-lowercase.stderr +++ b/actix-web-codegen/tests/trybuild/route-custom-lowercase.stderr @@ -16,4 +16,4 @@ note: required by a bound in `App::::service` --> $WORKSPACE/actix-web/src/app.rs | | F: HttpServiceFactory + 'static, - | ^^^^^^^^^^^^^^^^^^ required by this bound in `App::::service` \ No newline at end of file + | ^^^^^^^^^^^^^^^^^^ required by this bound in `App::::service`