Files
rust/src
bors 0a5218b506 Auto merge of #42572 - ollie27:rustdoc_create_dir_all, r=GuillaumeGomez
rustdoc: Use `create_dir_all` to create output directory

Currently rustdoc will fail if passed `-o foo/doc` if the `foo`
directory doesn't exist.

Also remove unneeded `mkdir` as `create_dir_all` can now handle
concurrent invocations since #39799.
2017-06-12 08:49:51 +00:00
..
2017-06-02 12:04:00 -06:00
2017-05-10 18:36:24 +02:00
2017-06-01 20:41:38 +00:00
2017-06-01 20:41:38 +00:00
2017-06-01 20:41:38 +00:00
2017-05-30 17:50:44 +02:00
2017-06-11 19:48:53 +02:00
2017-05-25 05:52:09 +00:00
2017-05-20 10:33:53 -06:00