From 188c0e424cb447d1a16cabe622a9787ab0b18dff Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Mon, 18 Jul 2022 17:44:53 +0200 Subject: [PATCH] Remove macro ABI version from doc comment It's hard to remember to keep this in sync, but since the file path already contains the version, this comment is pretty unnecessary. --- crates/proc-macro-srv/src/abis/abi_1_64/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/proc-macro-srv/src/abis/abi_1_64/mod.rs b/crates/proc-macro-srv/src/abis/abi_1_64/mod.rs index 590712fe6945..a5c9a1a976e3 100644 --- a/crates/proc-macro-srv/src/abis/abi_1_64/mod.rs +++ b/crates/proc-macro-srv/src/abis/abi_1_64/mod.rs @@ -1,4 +1,4 @@ -//! Macro ABI for version 1.63 of rustc +//! Proc macro ABI. #[allow(dead_code)] #[doc(hidden)]