diff --git a/nora-registry/src/openapi.rs b/nora-registry/src/openapi.rs index ade11b0..253ba24 100644 --- a/nora-registry/src/openapi.rs +++ b/nora-registry/src/openapi.rs @@ -5,7 +5,6 @@ //! //! Functions in this module are stubs used only for generating OpenAPI documentation. - #![allow(dead_code)] // utoipa doc stubs — not called at runtime, used by derive macros use axum::Router; diff --git a/nora-registry/src/secrets/mod.rs b/nora-registry/src/secrets/mod.rs index 0bba218..4961363 100644 --- a/nora-registry/src/secrets/mod.rs +++ b/nora-registry/src/secrets/mod.rs @@ -1,7 +1,6 @@ // Copyright (c) 2026 Volkov Pavel | DevITWay // SPDX-License-Identifier: MIT - //! Secrets management for NORA //! //! Provides a trait-based architecture for secrets providers: