Skip to content

Commit

Permalink
attempt to fix build # 4
Browse files Browse the repository at this point in the history
Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
  • Loading branch information
kinggoesgaming committed Mar 30, 2019
1 parent ccd4d16 commit 6be1083
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/core_support.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ impl Default for Uuid {

#[cfg(test)]
mod tests {
use std;
use crate::tests::std;

use self::std::prelude::v1::*;
use crate::tests::*;
use crate::prelude::*;
use crate::test_util;

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1006,9 +1006,9 @@ impl Uuid {

#[cfg(test)]
mod tests {
extern crate std;
pub extern crate std;

use std::prelude::v1::*;
pub use std::prelude::v1::*;
use super::test_util;
use crate::prelude::*;

Expand Down
1 change: 0 additions & 1 deletion src/winapi_support.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ impl Uuid {
#[cfg(test)]
mod tests {
use crate::prelude::*;
use std::str::FromStr;
use winapi::shared::guiddef;

#[test]
Expand Down

0 comments on commit 6be1083

Please sign in to comment.