We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c113387 commit 019c2abCopy full SHA for 019c2ab
.github/workflows/task-lint-cargo.yml
@@ -42,7 +42,6 @@ jobs:
42
cd madara
43
cargo fmt -- --check
44
45
-
46
- name: Python Cairo setup (before clippy)
47
uses: ./.github/actions/setup-python-cairo
48
with:
orchestrator/src/tests/config.rs
@@ -716,7 +716,7 @@ pub(crate) fn get_env_params(test_id: Option<&str>) -> EnvParams {
716
717
let versioned_constants_path = get_env_var_optional("MADARA_ORCHESTRATOR_VERSIONED_CONSTANTS_PATH")
718
.expect("Couldn't get versioned constants path")
719
- .map(|s| PathBuf::from(s));
+ .map(PathBuf::from);
720
721
let versioned_constants = versioned_constants_path
722
.as_ref()
0 commit comments