Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Oct 23, 2023
1 parent 0e10232 commit bc70e52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rbx_types/src/attributes/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ pub(crate) fn write_attributes<W: Write>(
writer.write_all(&(map.len() as u32).to_le_bytes())?;

for (name, variant) in map {
let variant = variant;

write_string(&mut writer, name)?;

let type_id = type_id::from_variant_type(variant.ty())
Expand Down

0 comments on commit bc70e52

Please sign in to comment.