chiark / gitweb /
Delete the (stub) source for the now-obsolete hippotat-macros crate
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 May 2026 23:11:43 +0000 (00:11 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 May 2026 23:57:39 +0000 (00:57 +0100)
This is now just metadata.  We can reintroduce it if and when we want
it and in the meantime things will be simpler.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
macros/Cargo.toml [deleted file]
macros/macros.rs [deleted file]

diff --git a/macros/Cargo.toml b/macros/Cargo.toml
deleted file mode 100644 (file)
index 41250ab..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2021-2022 Ian Jackson and contributors to Hippotat
-# SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception
-# There is NO WARRANTY.
-
-[package]
-name = "hippotat-macros"
-version = "1.3.3"
-edition = "2018"
-description="Asinine HTTP-over-IP, proc-macros"
-license="GPL-3.0-or-later"
-# ^ Actually, it's WITH LicenseRef-Hippotat-OpenSSL-Exception
-repository="https://salsa.debian.org/iwj/hippotat"
-homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/"
-
-[dependencies]
-syn = { version = ">= 1, < 3", features=["extra-traits"] }
-proc-macro2 = "1"
-quote = "1"
-
-[lib]
-path = "macros.rs"
-proc-macro = true
diff --git a/macros/macros.rs b/macros/macros.rs
deleted file mode 100644 (file)
index 06c4b99..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2021-2022 Ian Jackson and contributors to Hippotat
-// SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception
-// There is NO WARRANTY.
-
-//! Hippotat - proc macros - obsolete crate
-//!
-//! 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)]
-
-#![allow(clippy::expect_fun_call)]
-#![allow(clippy::map_flatten)]
-#![allow(clippy::single_char_pattern)]
-