summaryrefslogtreecommitdiff
path: root/src/item.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.rs')
-rw-r--r--src/item.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.rs b/src/item.rs
index 63e7b01..90c9ed8 100644
--- a/src/item.rs
+++ b/src/item.rs
@@ -1,6 +1,6 @@
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct Item {
- name : String,
+ pub name : String,
size : usize,
}