Skip to content

Commit 4af72e9

Browse files
committed
Merge pull request #108 from petertseng/rna-warnings
rna-transcript: remove unused AsRef use
2 parents 09a3dad + 2622db7 commit 4af72e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exercises/rna-transcription/example.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use std::convert::AsRef;
2-
31
#[derive(PartialEq, Eq, Debug)]
42
pub struct RibonucleicAcid {
53
nucleotides: String

0 commit comments

Comments
 (0)