mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-14 23:51:13 +00:00
deploy: 75436532df
This commit is contained in:
commit
97224d73f7
5982 changed files with 511363 additions and 0 deletions
9
trait.impl/syntax_bridge/trait.SpanMapper.js
Normal file
9
trait.impl/syntax_bridge/trait.SpanMapper.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var implementors = Object.fromEntries([["hir_expand",[["impl SpanMapper<SpanData<SyntaxContext>> for <a class=\"enum\" href=\"hir_expand/span_map/enum.SpanMap.html\" title=\"enum hir_expand::span_map::SpanMap\">SpanMap</a>"],["impl SpanMapper<SpanData<SyntaxContext>> for <a class=\"enum\" href=\"hir_expand/span_map/enum.SpanMapRef.html\" title=\"enum hir_expand::span_map::SpanMapRef\">SpanMapRef</a><'_>"]]],["syntax_bridge",[]]]);
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
} else {
|
||||
window.pending_implementors = implementors;
|
||||
}
|
||||
})()
|
||||
//{"start":57,"fragment_lengths":[401,21]}
|
Loading…
Add table
Add a link
Reference in a new issue