aboutsummaryrefslogtreecommitdiff
path: root/crates/gen_lsp_server/examples/02_gen_lsp_server_with_logging.rs
Commit message (Collapse)AuthorAgeFilesLines
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-6/+6
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Get rid of failure: gen_lsp_serverMuhammad Mominul Huque2019-06-141-2/+4
|
* updated gen_lsp_server examplesDylan Moonfire2019-05-231-0/+118
- updated the documentation with an example that has no errors with current compiler - added two example code to test compilation and show in use