diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2018-11-30 09:36:49 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2018-11-30 09:36:49 -0500 |
| commit | 934871aa794e87000b1255257a33b5d8b176aa40 (patch) | |
| tree | be0ebb10a42806f09dc168a40d2a158e72662a80 /src | |
| parent | 4c34404940e616e1ccd5520e0bf758853c2511c3 (diff) | |
Add the edition guide to doc.rust-lang.org
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/doc.rs | 1 | ||||
| m--------- | src/doc/edition-guide | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs index f9b19ffb10d..18a2b950e59 100644 --- a/src/bootstrap/doc.rs +++ b/src/bootstrap/doc.rs @@ -70,6 +70,7 @@ macro_rules! book { book!( Nomicon, "src/doc/nomicon", "nomicon"; Reference, "src/doc/reference", "reference"; + EditionGuide, "src/doc/edition-guide", "edition-guide"; RustdocBook, "src/doc/rustdoc", "rustdoc"; RustcBook, "src/doc/rustc", "rustc"; RustByExample, "src/doc/rust-by-example", "rust-by-example"; diff --git a/src/doc/edition-guide b/src/doc/edition-guide new file mode 160000 +Subproject ad895867b675199a7f597ce7045a56875a7e516 |
