From: Ian Jackson Date: Sun, 10 May 2026 10:30:47 +0000 (+0100) Subject: Make hippotat-macros into a tombstone X-Git-Tag: debian/1.3.3~5^2~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=a4253bc7c7a525c126b51f0eac2866aab914db5f;p=hippotat.git Make hippotat-macros into a tombstone Signed-off-by: Ian Jackson --- diff --git a/macros/macros.rs b/macros/macros.rs index be148cf..06c4b99 100644 --- a/macros/macros.rs +++ b/macros/macros.rs @@ -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)]