Skip to content

Commit 763a39f

Browse files
committed
more clippy
1 parent 66eb90e commit 763a39f

File tree

1 file changed

+1
-1
lines changed
  • baml_language/crates/baml_compiler_hir/src

1 file changed

+1
-1
lines changed

baml_language/crates/baml_compiler_hir/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ fn get_enum_variant_info(
13791379
/// Look up the span of a top-level item's name from the syntax tree.
13801380
///
13811381
/// This is used to get accurate spans for duplicate name errors, since the
1382-
/// ItemTree is position-independent and doesn't store spans.
1382+
/// `ItemTree` is position-independent and doesn't store spans.
13831383
///
13841384
/// The `occurrence` parameter specifies which occurrence to return (0 = first, 1 = second, etc.)
13851385
/// when there are multiple items of the same kind with the same name in the file.

0 commit comments

Comments
 (0)