From cecff049e7f3b63b1572e30185d260da225eff04 Mon Sep 17 00:00:00 2001 From: kenoss Date: Sat, 5 Oct 2024 23:14:19 +0900 Subject: [PATCH] fixup! doc: Prepare v0.0.1 --- src/lib.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index f94a6ea..d5fb716 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,13 +1,13 @@ //! Auto implementation of trivial delegation to inner types. -//! +//! //! ## Status -//! +//! //! v0.0.1, alpha -//! +//! //! Development phase. The author is trying to use it. -//! +//! //! ## TODO -//! +//! //! - [ ] Documentation mod attr_remover;