Skip to content

Commit ec85cc2

Browse files
authored
Merge pull request #3599 from snogge/nostringimport
Don't import std::string::String
2 parents 3daa8bd + 6025890 commit ec85cc2

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)