From c0d471efd19b6dc35163956001d31dc09150fe8d Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 11 Jul 2024 10:45:14 +0300 Subject: [PATCH] Make `attr` module public for re-exports --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 709cb4ba2..411b19101 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -144,7 +144,7 @@ )] mod allocation; -mod attr; +pub mod attr; pub mod chandata; pub mod relay; mod server;