Merge remote-tracking branch 'origin/master'

This commit is contained in:
Dmitry 2020-08-15 01:32:05 +07:00
commit 178c3e135a
1185 changed files with 4251 additions and 3672 deletions

View file

@ -1,7 +1,7 @@
//! This module generates AST datatype used by rust-analyzer.
//!
//! Specifically, it generates the `SyntaxKind` enum and a number of newtype
//! wrappers around `SyntaxNode` which implement `ra_syntax::AstNode`.
//! wrappers around `SyntaxNode` which implement `syntax::AstNode`.
use std::{
collections::{BTreeSet, HashSet},