mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[rust] cargo fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user