Don't store generated docs in the repo
This commit is contained in:
@@ -18,8 +18,10 @@ use std::{
|
||||
use crate::{not_bash::fs2, project_root, Result};
|
||||
|
||||
pub use self::{
|
||||
gen_assists_docs::generate_assists_docs, gen_feature_docs::generate_feature_docs,
|
||||
gen_parser_tests::generate_parser_tests, gen_syntax::generate_syntax,
|
||||
gen_assists_docs::{generate_assists_docs, generate_assists_tests},
|
||||
gen_feature_docs::generate_feature_docs,
|
||||
gen_parser_tests::generate_parser_tests,
|
||||
gen_syntax::generate_syntax,
|
||||
};
|
||||
|
||||
const GRAMMAR_DIR: &str = "crates/ra_parser/src/grammar";
|
||||
|
||||
Reference in New Issue
Block a user