Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc75baff authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove unnecessary ‘rustfmt’ symlink"

parents 0128fda3 0b99e2f6
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -36,8 +36,17 @@ rust_test_host {
    name: "pdl_inline_tests",
    defaults: ["pdl_defaults"],
    test_suites: ["general-tests"],
    data: [
    enabled: false, // rustfmt is only available on x86.
    arch: {
        x86_64: {
            enabled: true,
        },
    },
    required: [
        "rustfmt",
    ],
    data: [
        ":rustfmt",
        "rustfmt.toml",
    ],
}

tools/pdl/rustfmt

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
../../../../../prebuilts/rust/linux-x86/stable/rustfmt
 No newline at end of file