From 4d5451ad117ec5859681fb7a2151d74a49c60d99 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 17 Jul 2018 14:45:01 -0700 Subject: [PATCH] Fix "Title overline too short." warnings in more *.rst files. --- rustc.rst | 4 ++-- spidermonkey.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rustc.rst b/rustc.rst index b7c01f8669..03dfa82499 100644 --- a/rustc.rst +++ b/rustc.rst @@ -1,6 +1,6 @@ -================= +================== Cranelift in Rustc -================= +================== One goal for Cranelift is to be usable as a backend suitable for compiling Rust in debug mode. This mode doesn't require a lot of mid-level optimization, and it diff --git a/spidermonkey.rst b/spidermonkey.rst index 874634ea56..15662b0fd5 100644 --- a/spidermonkey.rst +++ b/spidermonkey.rst @@ -1,6 +1,6 @@ -======================== +========================= Cranelift in SpiderMonkey -======================== +========================= `SpiderMonkey `_ is the JavaScript and WebAssembly engine in Firefox. Cranelift is designed to be used in SpiderMonkey with