We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c012ce + e3d71b2 commit 6472bc4Copy full SHA for 6472bc4
src/macros.rs
@@ -10,7 +10,7 @@ macro_rules! redis_command {
10
$mandatory_acl_categories:expr
11
$(, $optional_acl_categories:expr)?
12
) => {{
13
- use redis_module::AclCategory;
+ use $crate::AclCategory;
14
15
let name = CString::new($command_name).unwrap();
16
let flags = CString::new($command_flags).unwrap();
0 commit comments