diff --git a/boa/src/syntax/ast/op.rs b/boa/src/syntax/ast/op.rs index 60e5608c1f..b7e4b75721 100644 --- a/boa/src/syntax/ast/op.rs +++ b/boa/src/syntax/ast/op.rs @@ -765,7 +765,6 @@ pub enum AssignOp { /// - MDN documentation: /// Shr, - // TODO: Add UShl (unsigned shift left). }