mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Auto merge of #17520 - Veykril:slim-proc-macro-api, r=Veykril
internal: Cleanup proc-macro-srv some more
This commit is contained in:
commit
ea7fdada6a
53 changed files with 352 additions and 349 deletions
|
@ -1,7 +1,5 @@
|
|||
//! `completions` crate provides utilities for generating completions of user input.
|
||||
|
||||
#![warn(rust_2018_idioms, unused_lifetimes)]
|
||||
|
||||
mod completions;
|
||||
mod config;
|
||||
mod context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue