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:
authorOmer Ben-Amram <omerbenamram@gmail.com>2020-01-06 14:08:42 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2020-01-06 14:08:42 +0300
commit1450e1050d7f97e0e3c7529680553b6a8299beea (patch)
tree96455b23801655835da71ccaaa6d1582f4cc5b2c /src/attribute/x80.rs
parentf267fe8b600ba01f8560efeee7e2a713230bbdae (diff)
clippy lints
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))
}
}