From 2622db7d13447e6cf9bc5edd9a54ab5b495c1f96 Mon Sep 17 00:00:00 2001 From: Peter Tseng Date: Sat, 16 Apr 2016 04:58:19 -0700 Subject: [PATCH] rna-transcript: remove unused AsRef use The presence of the removed line causes a compile-time warning. This warning was introduced in #81 with the removal of the AsRef tests for the rna-transcript exercise. To help us detect warnings in the future, #107 is opened as well. --- exercises/rna-transcription/example.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/exercises/rna-transcription/example.rs b/exercises/rna-transcription/example.rs index 26e4ff0dd..c9ddca4a3 100644 --- a/exercises/rna-transcription/example.rs +++ b/exercises/rna-transcription/example.rs @@ -1,5 +1,3 @@ -use std::convert::AsRef; - #[derive(PartialEq, Eq, Debug)] pub struct RibonucleicAcid { nucleotides: String