Skip to content
Snippets Groups Projects
Commit df9a62b8 authored by Arseniy Volynets's avatar Arseniy Volynets
Browse files

fix: lint from tarantool module

parent d228151e
No related branches found
No related tags found
1 merge request!1414sbroad import
...@@ -34,6 +34,8 @@ use crate::{collection, error, warn}; ...@@ -34,6 +34,8 @@ use crate::{collection, error, warn};
use self::parameters::Parameters; use self::parameters::Parameters;
use self::relation::Relations; use self::relation::Relations;
// TODO: remove when rust version in bumped in module
#[allow(elided_lifetimes_in_associated_constant)]
pub mod acl; pub mod acl;
pub mod aggregates; pub mod aggregates;
pub mod ddl; pub mod ddl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment