From 3adeb65a2a8a32fe2e0db250002e1b012ef14df1 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 18 Mar 2021 08:40:46 -0400 Subject: [PATCH] fixed restructured text syntax warning in docs --- Documentation/rust/coding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/rust/coding.rst b/Documentation/rust/coding.rst index da8f66f12a15a4..46da5fb0974cbe 100644 --- a/Documentation/rust/coding.rst +++ b/Documentation/rust/coding.rst @@ -21,7 +21,7 @@ good news! .. note:: Conventions on comments and documentation are not checked by ``rustfmt``. Thus we still need to take care of those: please see - :ref:`Documentation/rust/docs.rst `. + :ref:`Documentation/rust/docs.rst `. We use the tool's default settings. This means we are following the idiomatic Rust style. For instance, we use 4 spaces for indentation rather than tabs.