Skip to content

Commit

Permalink
Update reflection database + fix rbx_reflector (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot authored Dec 5, 2024
1 parent a0371d5 commit b07a3ec
Show file tree
Hide file tree
Showing 10 changed files with 982 additions and 219 deletions.
2 changes: 1 addition & 1 deletion rbx_binary/src/deserializer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl<'db> Deserializer<'db> {
}
}

impl<'db> Default for Deserializer<'db> {
impl Default for Deserializer<'_> {
fn default() -> Self {
Self::new()
}
Expand Down
2 changes: 1 addition & 1 deletion rbx_binary/src/serializer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl<'db> Serializer<'db> {
}
}

impl<'db> Default for Serializer<'db> {
impl Default for Serializer<'_> {
fn default() -> Self {
Self::new()
}
Expand Down
Loading

0 comments on commit b07a3ec

Please sign in to comment.