aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/dist.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/dist.rs')
-rw-r--r--xtask/src/dist.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/dist.rs b/xtask/src/dist.rs
index 01d903cde..aa7d94967 100644
--- a/xtask/src/dist.rs
+++ b/xtask/src/dist.rs
@@ -115,7 +115,7 @@ impl Patch {
115 self 115 self
116 } 116 }
117 117
118 fn commit(&self) -> Result<()> { 118 fn commit(&self) -> io::Result<()> {
119 fs2::write(&self.path, &self.contents) 119 fs2::write(&self.path, &self.contents)
120 } 120 }
121} 121}