Skip to content

Commit a9cc872

Browse files
snoggetgross35
authored andcommitted
Don't import std::string::String
.../std/src/prelude/mod.rs:105:13 | = note: the item `String` is already defined here | = note: `#[warn(unused_imports)]` on by default (backport <#3599>) (cherry picked from commit 6025890)
1 parent 36407f3 commit a9cc872

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use std::env;
22
use std::process::Command;
33
use std::str;
4-
use std::string::String;
54

65
// List of cfgs this build script is allowed to set. The list is needed to support check-cfg, as we
76
// need to know all the possible cfgs that this script will set. If you need to set another cfg

0 commit comments

Comments
 (0)