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:
Jonas Schievink 2022-07-18 17:44:53 +02:00 committed by GitHub
parent e01de190b4
commit 188c0e424c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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