From 87ede1e2b367a997440626ad9f583600d7cc42fc Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 15 Nov 2022 15:14:48 -0500 Subject: Fix rust warnings --- server/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/main.rs') diff --git a/server/src/main.rs b/server/src/main.rs index 6056dcd..dd7956a 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -81,8 +81,8 @@ async fn main() { } async fn get_table_view( - session: AuthenticatedSession, - extension: ContextExtension, + _session: AuthenticatedSession, + _extension: ContextExtension, Path(id): Path ) -> Result, BridgeError> { info!("Getting table state for table {id:}"); -- cgit v1.2.3