Skip to content

Commit

Permalink
js: Fix a import path
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwuelker committed Mar 1, 2024
1 parent de02ba8 commit 3fe57b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/js/src/value/object/vtable.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use super::{Object, PropertyDescriptor, PropertyKey};
use crate::{
value::{object::validate_and_apply_property_descriptor, Value},
ThrowCompletionOr,
};
use crate::value::{object::validate_and_apply_property_descriptor, ThrowCompletionOr, Value};

#[derive(Clone, Copy)]
pub struct ObjectMethods {
Expand Down

0 comments on commit 3fe57b3

Please sign in to comment.