mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Some docs
This commit is contained in:
parent
520b0c8faf
commit
364162f875
4 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
//! Defines input for code generation process.
|
||||
|
||||
pub(crate) struct KindsSrc<'a> {
|
||||
pub(crate) punct: &'a [(&'a str, &'a str)],
|
||||
pub(crate) keywords: &'a [&'a str],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue