From 14bbd0a5a3722bdcb4c5f36d81097e1fb992add3 Mon Sep 17 00:00:00 2001 From: est31 Date: Tue, 2 May 2017 06:35:36 +0200 Subject: Address review --- src/libcore/convert.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore') diff --git a/src/libcore/convert.rs b/src/libcore/convert.rs index f5dc38e8aab..21c75ad3395 100644 --- a/src/libcore/convert.rs +++ b/src/libcore/convert.rs @@ -276,7 +276,7 @@ pub trait Into: Sized { pub trait From: Sized { /// Performs the conversion. #[stable(feature = "rust1", since = "1.0.0")] - fn from(t: T) -> Self; + fn from(_: T) -> Self; } /// An attempted conversion that consumes `self`, which may or may not be -- cgit 1.4.1-3-g733a5