From 9b1178587d16547ab801a343d11ae8a5d5df87c6 Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Thu, 28 Mar 2019 11:23:30 +0100 Subject: [PATCH] ELIDED_LIFETIMES_IN_PATHS -> Deny --- src/librustc/lint/builtin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/lint/builtin.rs b/src/librustc/lint/builtin.rs index ad0ed39185c1c..987ff26c4d45c 100644 --- a/src/librustc/lint/builtin.rs +++ b/src/librustc/lint/builtin.rs @@ -255,7 +255,7 @@ declare_lint! { declare_lint! { pub ELIDED_LIFETIMES_IN_PATHS, - Allow, + Deny, "hidden lifetime parameters in types are deprecated" }