| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-06-09 | rustdoc: Use `create_dir_all` to create output directory | Oliver Middleton | -0/+11 | |
| 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. | ||||
