From 28c82de906c6389558eaf2a70422f9f6698e1ef2 Mon Sep 17 00:00:00 2001 From: Di Fan <26423504+dayfine@users.noreply.github.com> Date: Tue, 5 Sep 2023 04:01:34 +0800 Subject: [PATCH] Add missing comma in nightly's example in index.md (#2151) Co-authored-by: UebelAndre Co-authored-by: scentini --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index e20d709489..8f2c2894e0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -70,7 +70,7 @@ As well as an exact version, `versions` can accept `nightly/{iso_date}` and `bet ```python rust_register_toolchains( - edition = "2021" + edition = "2021", versions = [ "nightly/2022-12-15", ],