We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c46ee commit 4c31047Copy full SHA for 4c31047
rust/private/clippy.bzl
@@ -52,7 +52,7 @@ def _clippy_aspect_impl(target, ctx):
52
53
# A marker file indicating clippy has executed successfully.
54
# This file is necessary because "ctx.actions.run" mandates an output.
55
- clippy_marker = ctx.actions.declare_file(ctx.label.name + "_clippy.ok")
+ clippy_marker = ctx.actions.declare_file(ctx.label.name + ".clippy.ok")
56
57
args, env = construct_arguments(
58
ctx,
0 commit comments