Skip to content

Commit bfa9baa

Browse files
dyc3claude
andcommitted
docs(format/yaml): drop verbatim formatting note
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017JxH5Z1zv28qj1CcHABVee
1 parent 847cbce commit bfa9baa

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

crates/biome_yaml_formatter/src/verbatim.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ use crate::context::YamlFormatContext;
2323
///
2424
/// These nodes and tokens get tracked as [VerbatimKind::Verbatim], useful to understand
2525
/// if these nodes still need to have their own implementation.
26-
///
27-
/// Nothing in the handwritten rules calls this; it stays because
28-
/// `just gen-formatter` emits implementations for new syntax nodes that do,
29-
/// as `format_verbatim_node` via the prelude
3026
#[expect(dead_code)]
3127
pub fn format_yaml_verbatim_node(node: &YamlSyntaxNode) -> FormatYamlVerbatimNode<'_> {
3228
FormatYamlVerbatimNode {

0 commit comments

Comments
 (0)