]> git.lizzy.rs Git - rust.git/commit
Add light-weight snapshot testing library with editor integration
authorAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 27 Jun 2020 15:53:50 +0000 (17:53 +0200)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 27 Jun 2020 17:22:31 +0000 (19:22 +0200)
commit03c5a6690d943e48ac5b5464c2ac2fd054ea6251
treeffb971e1d7647f9c72a24210f63b265ebae23c23
parent491d000c27676305cc7d5d734d4476cf731b7940
Add light-weight snapshot testing library with editor integration
Cargo.lock
crates/expect/Cargo.toml [new file with mode: 0644]
crates/expect/src/lib.rs [new file with mode: 0644]
crates/rust-analyzer/src/handlers.rs
crates/rust-analyzer/src/lsp_ext.rs
crates/rust-analyzer/src/to_proto.rs
editors/code/src/lsp_ext.ts
editors/code/src/run.ts