]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sys/windows/ext/process.rs
Rollup merge of #41135 - japaric:unstable-docs, r=steveklabnik
[rust.git] / src / libstd / sys / windows / ext / process.rs
index 1419a4af4273831d81dc3017db2cfbde008e1b82..759f055c4b1236e4640982e21d4be19fd15b7155 100644 (file)
@@ -104,6 +104,7 @@ pub trait CommandExt {
     /// Sets the [process creation flags][1] to be passed to `CreateProcess`.
     ///
     /// These will always be ORed with `CREATE_UNICODE_ENVIRONMENT`.
+    ///
     /// [1]: https://msdn.microsoft.com/en-us/library/windows/desktop/ms684863(v=vs.85).aspx
     #[stable(feature = "windows_process_extensions", since = "1.16.0")]
     fn creation_flags(&mut self, flags: u32) -> &mut process::Command;