Skip to content

Commit e3d71b2

Browse files
authored
Fix the name use within the macro
1 parent 9c012ce commit e3d71b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ macro_rules! redis_command {
1010
$mandatory_acl_categories:expr
1111
$(, $optional_acl_categories:expr)?
1212
) => {{
13-
use redis_module::AclCategory;
13+
use $crate::AclCategory;
1414

1515
let name = CString::new($command_name).unwrap();
1616
let flags = CString::new($command_flags).unwrap();

0 commit comments

Comments
 (0)