From a9aef1863ff0fe0422eee403f85644fc76952e80 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 10 Aug 2025 18:07:13 +0200 Subject: feat(warden): save history --- lib/warden-core/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/warden-core/src') diff --git a/lib/warden-core/src/lib.rs b/lib/warden-core/src/lib.rs index 53f25f2..d039516 100644 --- a/lib/warden-core/src/lib.rs +++ b/lib/warden-core/src/lib.rs @@ -8,8 +8,7 @@ /// Type file descriptor #[cfg(any(feature = "message", feature = "pseudonyms"))] -pub const FILE_DESCRIPTOR_SET: &[u8] = - tonic::include_file_descriptor_set!("warden_descriptor"); +pub const FILE_DESCRIPTOR_SET: &[u8] = tonic::include_file_descriptor_set!("warden_descriptor"); /// Google well known types #[allow(missing_docs)] -- cgit v1.2.3