From 206ded3d497082ff799e83a7a5eed5c17be925f5 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Fri, 15 Jan 2021 08:24:37 +0700 Subject: [PATCH] Remove stray backtick from doc --- src/doc/src/reference/unstable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index c63d21fba37..0f927646c1b 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -985,7 +985,7 @@ When used with `credentials` file tokens, it needs the `-Z unstable-options` command-line option: ```console -cargo logout -Z unstable-options` +cargo logout -Z unstable-options ``` When used with the `credential-process` config, use the `-Z @@ -993,7 +993,7 @@ credential-process` command-line option: ```console -cargo logout -Z credential-process` +cargo logout -Z credential-process ``` [`cargo login`]: ../commands/cargo-login.md