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.