about summary refs log tree commit diff
path: root/src/libstd/sys/windows
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-12-23 13:31:43 -0500
committerAlex Crichton <alex@alexcrichton.com>2015-01-02 08:54:06 -0800
commit76e3bc23388e268438e4318b0580149619a9d1ac (patch)
tree0ecc90224cb9e0d68bf276ebd447d61a6bd72a59 /src/libstd/sys/windows
parent56290a004493a5d2e211f056601533253497df60 (diff)
downloadrust-76e3bc23388e268438e4318b0580149619a9d1ac.tar.gz
rust-76e3bc23388e268438e4318b0580149619a9d1ac.zip
Properly deal with Ordering in the guide
Now that it's been removed from the prelude, we need to treat things differently.

Fixes #17967
Diffstat (limited to 'src/libstd/sys/windows')
-rw-r--r--src/libstd/sys/windows/process.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/sys/windows/process.rs b/src/libstd/sys/windows/process.rs
index 00c1ca7fe1a..cb99a886ce4 100644
--- a/src/libstd/sys/windows/process.rs
+++ b/src/libstd/sys/windows/process.rs
@@ -467,6 +467,7 @@ fn free_handle(handle: *mut ()) {
 
 #[cfg(test)]
 mod tests {
+    use c_str::ToCStr;
 
     #[test]
     fn test_make_command_line() {