Jonathan Kelley 3 년 전
부모
커밋
30c1e702b3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/rsx/src/node.rs

+ 2 - 1
packages/rsx/src/node.rs

@@ -4,7 +4,8 @@ use proc_macro2::{Span, TokenStream as TokenStream2};
 use quote::{quote, ToTokens, TokenStreamExt};
 use syn::{
     parse::{Parse, ParseStream},
-    token, Expr, LitStr, Result, spanned::Spanned,
+    spanned::Spanned,
+    token, Expr, LitStr, Result,
 };
 
 /*