From af0332c1021526548366023bc0b96fb6b1209e06 Mon Sep 17 00:00:00 2001 From: azuchi Date: Tue, 7 Jan 2025 16:14:47 +0900 Subject: [PATCH] Fix missiong_docs error --- tests/tapyrus-signer.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tapyrus-signer.rs b/tests/tapyrus-signer.rs index ecd93e281..3760b6852 100644 --- a/tests/tapyrus-signer.rs +++ b/tests/tapyrus-signer.rs @@ -1,5 +1,7 @@ // Copyright (c) 2019 Chaintope Inc. +//! This is the documentation for the tapyrus-signer test module. +//! It provides tests for the tapyrus-signer crate. #![deny(warnings, missing_docs)] extern crate tapyrus_signer;