Skip to content

Commit

Permalink
Export user identifier type
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixANNERAUD committed Jun 15, 2024
1 parent b35e8ff commit 2d4384a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Modules/Users/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
type Identifier_type = u8;
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_upper_case_globals)]

pub type Identifier_type = u8;

mod Manager;
pub use Manager::*;
Expand Down

0 comments on commit 2d4384a

Please sign in to comment.