mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 12:04:43 +00:00 
			
		
		
		
	Split out syntax-bridge into a separate crate
This commit is contained in:
		
							parent
							
								
									670a5ab4a9
								
							
						
					
					
						commit
						d2dd4f6d5f
					
				
					 30 changed files with 268 additions and 140 deletions
				
			
		|  | @ -6,14 +6,12 @@ use cfg::CfgExpr; | |||
| use either::Either; | ||||
| use intern::{sym, Interned, Symbol}; | ||||
| 
 | ||||
| use mbe::{ | ||||
|     desugar_doc_comment_text, syntax_node_to_token_tree, DelimiterKind, DocCommentDesugarMode, | ||||
|     Punct, | ||||
| }; | ||||
| use mbe::{DelimiterKind, Punct}; | ||||
| use smallvec::{smallvec, SmallVec}; | ||||
| use span::{Span, SyntaxContextId}; | ||||
| use syntax::unescape; | ||||
| use syntax::{ast, match_ast, AstNode, AstToken, SyntaxNode}; | ||||
| use syntax_bridge::{desugar_doc_comment_text, syntax_node_to_token_tree, DocCommentDesugarMode}; | ||||
| use triomphe::ThinArc; | ||||
| 
 | ||||
| use crate::name::Name; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lukas Wirth
						Lukas Wirth