Skip to content

Commit

Permalink
No need for the explicit Send & Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Jun 19, 2024
1 parent ab9a2d2 commit af4dadf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions interpreter/src/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ pub enum Value {
Null,
}

unsafe impl Sync for Value {}
unsafe impl Send for Value {}

pub enum ValueType {
List,
Map,
Expand Down

0 comments on commit af4dadf

Please sign in to comment.