]> Repositorios git - scryer-prolog.git/commitdiff
Fixed warning
authorFayeed Pawaskar <[email protected]>
Mon, 4 Sep 2023 08:41:54 +0000 (14:11 +0530)
committerFayeed Pawaskar <[email protected]>
Mon, 4 Sep 2023 08:41:54 +0000 (14:11 +0530)
src/machine/streams.rs

index f4ce6cbd4f9a5667bc953edf92d41249c4e04c65..57b98d7da59bbcbae2ae12011d93a69a47018896 100644 (file)
@@ -19,7 +19,7 @@ use std::error::Error;
 use std::fmt;
 use std::fmt::Debug;
 use std::fs::{File, OpenOptions};
-use std::hash::{Hash};
+use std::hash::Hash;
 use std::io;
 use std::io::{BufRead, Cursor, ErrorKind, Read, Seek, SeekFrom, Write};
 use std::mem;