aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/users/rights.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-core/src/users/rights.rs')
-rw-r--r--lockchain-core/src/users/rights.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-core/src/users/rights.rs b/lockchain-core/src/users/rights.rs
index 635df3c..4d4a7a7 100644
--- a/lockchain-core/src/users/rights.rs
+++ b/lockchain-core/src/users/rights.rs
@@ -1,7 +1,7 @@
//! Permission and access system for lockchain
use crate::traits::AutoEncoder;
-use serde::{Serialize, Deserialize};
+use serde::{Deserialize, Serialize};
/// Specifies access to a resource
#[derive(Hash, Serialize, Deserialize, Clone, PartialEq, Eq)]