From e6605310f95ed31bdbc1780ed3d659a4d1e11352 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 28 Jan 2024 01:46:28 +0900 Subject: [PATCH] Tweak comment in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db8dd81a..7b6b4e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ resolver = "2" members = ["tools/codegen"] -# This table is shared by projects under https://github.com/taiki-e. +# This table is shared by projects under github.com/taiki-e. # It is not intended for manual editing. [workspace.lints.rust] improper_ctypes = "warn"