From ecaa84ab50a8a492de35270cd50374809647da19 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Tue, 25 Nov 2025 21:52:14 +0300 Subject: Started implementing i2p-part of package manager --- src/pkgtoolkit/pkgtools.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkgtoolkit') diff --git a/src/pkgtoolkit/pkgtools.rs b/src/pkgtoolkit/pkgtools.rs index 9487c03..fbbe624 100644 --- a/src/pkgtoolkit/pkgtools.rs +++ b/src/pkgtoolkit/pkgtools.rs @@ -25,7 +25,7 @@ impl Package { /// Checks if INSTALL file exists and is not empty. If it does not exist or is empty, returns an error. /// /// Checks if SETTS and BUILD files exist and are not empty. If they do not exist or are empty, logs a warning. - /// + /// # Errors /// * Returns an error if INSTALL file does not exist or is empty. /// * Returns an error if INSTALL file is empty. /// -- cgit v1.2.3