From 60415e103214ec2e8d8389039161572868d6a615 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 10 Sep 2014 16:57:00 -0400 Subject: [PATCH] reintroduce manual link in doc index whoops Fixes https://github.com/rust-lang/rust/pull/16827#issuecomment-55160273 --- src/doc/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/doc/index.md b/src/doc/index.md index a479164c50502..66f69d62e788f 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -43,6 +43,10 @@ discussion about Rust. There is also a [developer forum](http://discuss.rust-lang.org/), where the development of Rust itself is discussed. +# Specification + +Rust does not have an exact specification, but an effort to describe as much of +the language in as much detail as possible is in [the manual](rust.html). # Guides