From b71a56c9df5e3b20d06cac24062456821b69dbba Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 23 Jan 2018 23:12:38 -0500 Subject: [PATCH] cleanups that I meant to put in the previous commit --- doc/langref.html.in | 7 +++---- src/ast_render.cpp | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 601b53463f..de029fd236 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -385,7 +385,7 @@ pub fn main() -> %void { noreturn (none) - the type of break, continue, goto, return, unreachable, and while (true) {} + the type of break, continue, return, unreachable, and while (true) {} type @@ -2622,7 +2622,6 @@ test "type of unreachable" {