mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-31 23:38:45 +00:00
increase limit
This commit is contained in:
parent
e75e2f8368
commit
4f369427b5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ use crate::{
|
||||||
/// an error will be emitted.
|
/// an error will be emitted.
|
||||||
///
|
///
|
||||||
/// Actual max for `analysis-stats .` at some point: 30672.
|
/// Actual max for `analysis-stats .` at some point: 30672.
|
||||||
static TOKEN_LIMIT: Limit = Limit::new(524_288);
|
static TOKEN_LIMIT: Limit = Limit::new(1_048_576);
|
||||||
|
|
||||||
#[derive(Debug, Clone, Eq, PartialEq)]
|
#[derive(Debug, Clone, Eq, PartialEq)]
|
||||||
pub enum TokenExpander {
|
pub enum TokenExpander {
|
||||||
|
|
Loading…
Reference in a new issue