Get rid of failure: ra_batch ra_cli

This commit is contained in:
Muhammad Mominul Huque
2019-06-15 13:24:02 +06:00
parent 9709bd39ca
commit f032eeb05f
7 changed files with 7 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
//!
//! The most interesting modules here are `syntax_node` (which defines concrete
//! syntax tree) and `ast` (which defines abstract syntax tree on top of the
//! CST). The actual parser live in a separate `ra_parser` crate, thought the
//! CST). The actual parser live in a separate `ra_parser` crate, though the
//! lexer lives in this crate.
//!
//! See `api_walkthrough` test in this file for a quick API tour!