From 8d60ec6200872585b3e18a7f53a14d1fd4183e3e Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Sun, 4 Feb 2024 14:37:08 +1100 Subject: [PATCH] Add missing colon. --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ad5b24..293ef87 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dhat-rs -**Warning** *This crate is experimental. It relies on implementation techniques +**Warning:** *This crate is experimental. It relies on implementation techniques that are hard to keep working for 100% of configuratios. It may work fine for you, or it may crash, hang, or otherwise do the wrong thing. Its maintenance is not a high priority of the author. Support requests such as issues and pull diff --git a/src/lib.rs b/src/lib.rs index 7d3929a..219f001 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ #![deny(rustdoc::missing_doc_code_examples)] #![deny(missing_debug_implementations)] -//! **Warning** *This crate is experimental. It relies on implementation +//! **Warning:** *This crate is experimental. It relies on implementation //! techniques that are hard to keep working for 100% of configuratios. It may //! work fine for you, or it may crash, hang, or otherwise do the wrong thing. //! Its maintenance is not a high priority of the author. Support requests such