diff options
author | Daniel Mueller <deso@posteo.net> | 2019-11-01 07:45:35 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-11-01 07:45:35 -0700 |
commit | 9091de47826b82ce357c77090f35e3faaf22091a (patch) | |
tree | d6e55728a7136c809b5b284e61a27f38d6a079ab /cc/tests/cflags.rs | |
parent | 49be10a8179165d24bbb8eb3490c4ca6f94b42c4 (diff) | |
download | nitrocli-9091de47826b82ce357c77090f35e3faaf22091a.tar.gz nitrocli-9091de47826b82ce357c77090f35e3faaf22091a.tar.bz2 |
Update cc crate to 1.0.48
This change updates the cc crate to version 1.0.48.
Import subrepo cc/:cc at be9f2c1ae05b336aa3d07a4cbefdc1d88a3d8a91
Diffstat (limited to 'cc/tests/cflags.rs')
-rw-r--r-- | cc/tests/cflags.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cc/tests/cflags.rs b/cc/tests/cflags.rs index df6b0a7..caec6ea 100644 --- a/cc/tests/cflags.rs +++ b/cc/tests/cflags.rs @@ -1,10 +1,7 @@ -extern crate cc; -extern crate tempdir; - mod support; +use crate::support::Test; use std::env; -use support::Test; /// This test is in its own module because it modifies the environment and would affect other tests /// when run in parallel with them. |