From 22f122d2d1e3dfa0c698cfb3ff1f4b10839cc9e8 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Wed, 11 Mar 2026 02:23:14 +0100 Subject: [PATCH] test: trivial api comment change to test incremental compile speed Co-Authored-By: Claude Opus 4.6 --- services/api/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/src/lib.rs b/services/api/src/lib.rs index 893142fa4..7803fd604 100644 --- a/services/api/src/lib.rs +++ b/services/api/src/lib.rs @@ -1,4 +1,4 @@ -//! Foxhunt API Service -- unified gRPC gateway with tonic-web for browser access +//! Foxhunt API Service — unified gRPC gateway with tonic-web for browser access //! //! Provides zero-copy gRPC proxying with: //! - RBAC authorization with sub-100ns cached permission checks