mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-11 14:18:39 +00:00
deploy: 529d3b935d
This commit is contained in:
commit
92a2775dba
5982 changed files with 511435 additions and 0 deletions
9
trait.impl/test_fixture/trait.WithFixture.js
Normal file
9
trait.impl/test_fixture/trait.WithFixture.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
(function() {
|
||||
var implementors = Object.fromEntries([["test_fixture",[]]]);
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
} else {
|
||||
window.pending_implementors = implementors;
|
||||
}
|
||||
})()
|
||||
//{"start":57,"fragment_lengths":[19]}
|
Loading…
Add table
Add a link
Reference in a new issue