mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-25 12:54:34 +00:00
replase sparse-checkout by github api
This commit is contained in:
parent
4874c559ef
commit
034db28c54
7 changed files with 39274 additions and 23 deletions
|
@ -40,8 +40,10 @@ const AST_TOKENS: &str = "crates/ra_syntax/src/ast/generated/tokens.rs";
|
|||
const ASSISTS_DIR: &str = "crates/ra_assists/src/handlers";
|
||||
const ASSISTS_TESTS: &str = "crates/ra_assists/src/tests/generated.rs";
|
||||
|
||||
const REPOSITORY_URL: &str = "https://github.com/rust-lang/rust";
|
||||
const UNSTABLE_FEATURE: &str = "crates/ra_ide/src/completion/unstable_feature_descriptor.rs";
|
||||
const REPO_OWNER: &str = "rust-lang";
|
||||
const REPO_NAME: &str = "rust";
|
||||
const REPO_PATH: &str = "src/doc/unstable-book/src";
|
||||
const GENERATION_DESTINATION: &str = "crates/ra_ide/src/completion/unstable_feature_descriptor.rs";
|
||||
|
||||
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
|
||||
pub enum Mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue