summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@noreply.codeberg.org>2023-10-15 05:31:19 +0000
committerLars Wirzenius <liw@noreply.codeberg.org>2023-10-15 05:31:19 +0000
commitb75f625d5cd3dd8d3a525e39aaf0d775ced2fb4d (patch)
tree2c827692dd5f5c71ebc15577e8b7297147c7a9b6
parentb86df41b68e2b49285b9c7072ca72f83580265a9 (diff)
parentbf00b673957fd74f2b8997784e1e771075e08d84 (diff)
downloadambient-run-b75f625d5cd3dd8d3a525e39aaf0d775ced2fb4d.tar.gz
Merge pull request 'fix things found by clippy' (#24) from liw/fixes into main
Reviewed-on: https://codeberg.org/ambient/ambient-run/pulls/24
-rw-r--r--src/project.rs2
-rw-r--r--subplot/ambient-run.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/project.rs b/src/project.rs
index 19ca947..d8e4dd0 100644
--- a/src/project.rs
+++ b/src/project.rs
@@ -106,7 +106,7 @@ impl Project {
/// Artifact file max size.
pub fn artifact_max_size(&self) -> Option<u64> {
- self.artifact_max_size.clone()
+ self.artifact_max_size
}
/// Dependencies directory.
diff --git a/subplot/ambient-run.yaml b/subplot/ambient-run.yaml
index f44eb29..5c4c34a 100644
--- a/subplot/ambient-run.yaml
+++ b/subplot/ambient-run.yaml
@@ -2,7 +2,7 @@
impl:
rust:
function: install_ambient_run
-- given: image file {filename} specified for test suite
+- given: image file {filename:path} specified for test suite
impl:
rust:
function: copy_image_file