Skip to content

Commit

Permalink
Merge pull request #3599 from snogge/nostringimport
Browse files Browse the repository at this point in the history
Don't import std::string::String
  • Loading branch information
JohnTitor authored Feb 28, 2024
2 parents 3daa8bd + 6025890 commit ec85cc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::env;
use std::process::Command;
use std::str;
use std::string::String;

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

0 comments on commit ec85cc2

Please sign in to comment.