Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/attribute/x80.rs')
-rw-r--r--src/attribute/x80.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attribute/x80.rs b/src/attribute/x80.rs
index f194a0e..3f1efa6 100644
--- a/src/attribute/x80.rs
+++ b/src/attribute/x80.rs
@@ -26,6 +26,6 @@ impl ser::Serialize for DataAttr {
where
S: ser::Serializer,
{
- serializer.serialize_str(&utils::to_hex_string(&self.0).to_string())
+ serializer.serialize_str(&utils::to_hex_string(&self.0))
}
}