Skip to content

Commit ea41617

Browse files
committed
Auto merge of rust-lang#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.
2 parents e01de19 + 188c0e4 commit ea41617

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)