Browse Source

use hashmap defaulthasher

Jonathan Kelley 1 năm trước cách đây
mục cha
commit
fa04edfed7
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      packages/interpreter/build.rs

+ 1 - 3
packages/interpreter/build.rs

@@ -1,7 +1,5 @@
 use std::{
-    fs::read_to_string,
-    hash::{DefaultHasher, Hasher},
-    process::Command,
+    collections::hash_map::DefaultHasher, fs::read_to_string, hash::Hasher, process::Command,
 };
 
 fn main() {