Skip to content

Commit 188c0e4

Browse files
author
Jonas Schievink
authored
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.
1 parent e01de19 commit 188c0e4

File tree

1 file changed

+1
-1
lines changed
  • crates/proc-macro-srv/src/abis/abi_1_64

1 file changed

+1
-1
lines changed

crates/proc-macro-srv/src/abis/abi_1_64/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Macro ABI for version 1.63 of rustc
1+
//! Proc macro ABI.
22
33
#[allow(dead_code)]
44
#[doc(hidden)]

0 commit comments

Comments
 (0)