Auto merge of #12802 - rust-lang:jonas-schievink-patch-1, r=jonas-schievink

minor: 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.
This commit is contained in:
bors 2022-07-18 15:46:36 +00:00
commit ea416175d5

View file

@ -1,4 +1,4 @@
//! Macro ABI for version 1.63 of rustc
//! Proc macro ABI.
#[allow(dead_code)]
#[doc(hidden)]