mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 18:12:51 +00:00
Use decimal notation
This commit is contained in:
parent
19508b474f
commit
829d9d36eb
@ -17,7 +17,7 @@ use crate::{
|
||||
///
|
||||
/// If an invocation produces more tokens than this limit, it will not be stored in the database and
|
||||
/// an error will be emitted.
|
||||
const TOKEN_LIMIT: usize = 0x80000;
|
||||
const TOKEN_LIMIT: usize = 524288;
|
||||
|
||||
#[derive(Debug, Clone, Eq, PartialEq)]
|
||||
pub enum TokenExpander {
|
||||
|
Loading…
Reference in New Issue
Block a user