Skip to content

Commit 281544c

Browse files
committed
chore(dylint): drop unnecessary register_tool attributes from ai_instructions
The `feature(register_tool)` and `register_tool(perfectionist)` crate attributes were only required to support the `perfectionist::lint_silence_reason` suppression, which has since been removed. With no remaining `perfectionist::` attributes in the file, these are dead and can go. https://claude.ai/code/session_015ZyokLaZvcy5Yt8KpPxV3F
1 parent 55bc319 commit 281544c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cli/ai_instructions.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#![cfg_attr(dylint_lib = "perfectionist", feature(register_tool))]
2-
#![cfg_attr(dylint_lib = "perfectionist", register_tool(perfectionist))]
3-
41
use clap::Parser;
52
use derive_more::Display;
63
use pipe_trait::Pipe;

0 commit comments

Comments
 (0)