units: Remove api docs

These docs a way too prone to going stale; we only wrote these a week
ago and they are stale already.

Lets just remove them.
This commit is contained in:
Tobin C. Harding 2024-12-30 13:39:29 +11:00
parent aaa20fc098
commit a8fbd5e302
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 12 deletions

View File

@ -4,18 +4,6 @@
//!
//! The point of these tests are to check the API surface as opposed to test the API functionality.
//!
//! What this module tests:
//!
//! - The location of re-exports for various typical usage styles.
//! - Regressions in the API surface (things being accidentally moved).
//! - All public types implement Debug (C-DEBUG).
//! - For all non-error types:
//! - `Debug` representation is never empty (C-DEBUG-NONEMPTY)
//! - For all error types:
//! - Derive standard traits as defined by `rust-bitcoin` policy.
//!
//! This file was created by referring to the output of `cargo check-api`.
//!
//! ref: <https://rust-lang.github.io/api-guidelines/about.html>
#![allow(dead_code)]