summaryrefslogtreecommitdiffstats
path: root/RNA.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-13 22:50:02 -0500
committerJesse Luehrs <doy@tozt.net>2013-03-13 22:50:02 -0500
commita88eef55cd2552cb49d47c274ed080feac649112 (patch)
tree646d388d30745543ec79eb2a365b0f74fe129226 /RNA.rs
parent00e7efaee4bb250758563289ef509101b43715f1 (diff)
downloadrosalind-a88eef55cd2552cb49d47c274ed080feac649112.tar.gz
rosalind-a88eef55cd2552cb49d47c274ed080feac649112.zip
fixes for rust 0.6HEADmaster
Diffstat (limited to 'RNA.rs')
-rw-r--r--RNA.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RNA.rs b/RNA.rs
index 9c20887..228dafc 100644
--- a/RNA.rs
+++ b/RNA.rs
@@ -1,4 +1,4 @@
-use io::{stdin,stdout,ReaderUtil,WriterUtil};
+use core::io::{stdin,stdout,ReaderUtil,WriterUtil};
extern mod rosalind;
use rosalind::dna::transcribe;