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

Commit a93a1a03 authored by Martin Geisler's avatar Martin Geisler Committed by Automerger Merge Worker
Browse files

Merge "Revert^2 "Remove unnecessary ‘rustfmt’ symlink"" am: 51cfc261

parents 47281aa1 51cfc261
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