summaryrefslogtreecommitdiff
path: root/cli/compiler.rs
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-04-09 07:15:49 +0200
committerBert Belder <bertbelder@gmail.com>2019-04-09 20:05:47 +0200
commit4ffe1612ff71c324fb0f0c23e1f92e9fa2d5473c (patch)
treef57e7b4b9fa41c29d6c6536f0a7f1e4cd5f8e8c8 /cli/compiler.rs
parentfe2f3ba88949b467b14f76422400105c4dd52a79 (diff)
Silence clippy warnings and format source code
Diffstat (limited to 'cli/compiler.rs')
-rw-r--r--cli/compiler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compiler.rs b/cli/compiler.rs
index bd9cc4c64..4fb2105a9 100644
--- a/cli/compiler.rs
+++ b/cli/compiler.rs
@@ -143,7 +143,7 @@ fn lazy_start(parent_state: ThreadSafeState) -> ResourceId {
}).map_err(|_| ())
}));
rid
- }).clone()
+ }).to_owned()
}
fn req(specifier: &str, referrer: &str, cmd_id: u32) -> Buf {