chiark / gitweb /
Make hippotat-macros into a tombstone
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 May 2026 10:30:47 +0000 (11:30 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 May 2026 12:02:52 +0000 (13:02 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
macros/macros.rs

index be148cf849607378789a60d5f1ccffe310562213..06c4b9912e093cef54dc812821992c9ab8ec9651 100644 (file)
@@ -2,10 +2,13 @@
 // SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception
 // There is NO WARRANTY.
 
-//! Hippotat - proc macros
+//! Hippotat - proc macros - obsolete crate
 //!
-//! This crate is an internal detail of hippotat.
-//! It does not adhere to semver.
+//! This crate was an internal detail of hippotat.
+//!
+//! It is no longer needed.  This version is an empty tombstone crate.
+//!
+//! Also, it does not adhere to semver.
 
 #![allow(clippy::style)]