⬆️ update rust

This commit is contained in:
Aleksey Kladov 2019-01-18 10:47:41 +03:00
parent 1800bfb6e6
commit b028472481
5 changed files with 2 additions and 5 deletions

View file

@ -15,7 +15,7 @@ pub type Result<T> = std::result::Result<T, failure::Error>;
pub const GRAMMAR: &str = "crates/ra_syntax/src/grammar.ron";
pub const SYNTAX_KINDS: &str = "crates/ra_syntax/src/syntax_kinds/generated.rs.tera";
pub const AST: &str = "crates/ra_syntax/src/ast/generated.rs.tera";
const TOOLCHAIN: &str = "1.31.1";
const TOOLCHAIN: &str = "1.32.0";
#[derive(Debug)]
pub struct Test {