From df9a62b8e7a7bd33d040223ca351d0636cc33252 Mon Sep 17 00:00:00 2001
From: Arseniy Volynets <vol0ncar@yandex.ru>
Date: Tue, 20 Feb 2024 12:33:56 +0300
Subject: [PATCH] fix: lint from tarantool module

---
 sbroad-core/src/ir.rs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sbroad-core/src/ir.rs b/sbroad-core/src/ir.rs
index fcd08916f7..0ded073e7c 100644
--- a/sbroad-core/src/ir.rs
+++ b/sbroad-core/src/ir.rs
@@ -34,6 +34,8 @@ use crate::{collection, error, warn};
 use self::parameters::Parameters;
 use self::relation::Relations;
 
+// TODO: remove when rust version in bumped in module
+#[allow(elided_lifetimes_in_associated_constant)]
 pub mod acl;
 pub mod aggregates;
 pub mod ddl;
-- 
GitLab