[rust] cargo fix

This commit is contained in:
Joe Savona
2023-08-15 09:31:49 -07:00
parent b133b6c0b4
commit 875d7175ac
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
// Manual extensions to generated types
use crate::{
ArrowFunctionExpression, Function, FunctionDeclaration, FunctionExpression, ImportDeclaration,
ArrowFunctionExpression, Function, FunctionDeclaration, FunctionExpression,
ImportDeclarationSpecifier, JSXElementName, JSXMemberExpression,
JSXMemberExpressionOrIdentifier, Pattern, SourceRange, SourceType,
};
@@ -19,7 +19,7 @@ use hermes::parser::{
hermes_get_FunctionExpression_generator, hermes_get_FunctionExpression_id,
hermes_get_FunctionExpression_params, hermes_get_Property_computed, hermes_get_Property_key,
hermes_get_Property_kind, hermes_get_Property_method, hermes_get_Property_shorthand,
hermes_get_Property_value, HermesParser, NodeKind, NodeLabel, NodeLabelOpt, NodeListRef,
hermes_get_Property_value, NodeKind, NodeLabel, NodeLabelOpt, NodeListRef,
NodePtr, NodePtrOpt, NodeString, NodeStringOpt, SMRange,
};
use hermes::utf::utf8_with_surrogates_to_string;