Skip to content

Commit 4c31047

Browse files
authored
Made clippy's output file more look less like a target. (#795)
1 parent 55c46ee commit 4c31047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/private/clippy.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def _clippy_aspect_impl(target, ctx):
5252

5353
# A marker file indicating clippy has executed successfully.
5454
# This file is necessary because "ctx.actions.run" mandates an output.
55-
clippy_marker = ctx.actions.declare_file(ctx.label.name + "_clippy.ok")
55+
clippy_marker = ctx.actions.declare_file(ctx.label.name + ".clippy.ok")
5656

5757
args, env = construct_arguments(
5858
ctx,

0 commit comments

Comments
 (0)