Skip to content

Commit

Permalink
One last &Vec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Mar 19, 2024
1 parent 50b53b9 commit d4758fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/weaver_semconv_gen/src/gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fn write_enum_value_string<Out: Write>(out: &mut Out, value: &ValueSpec) -> Resu

fn write_enum_examples_string<Out: Write>(
out: &mut Out,
members: &Vec<EnumEntriesSpec>,
members: &[EnumEntriesSpec],
) -> Result<(), Error> {
let mut first = true;
for entry in members {
Expand Down

0 comments on commit d4758fe

Please sign in to comment.