mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Move Expander and LowerCtx into separate modules
This commit is contained in:
parent
fd4bbcabe8
commit
bca8029a6e
25 changed files with 487 additions and 402 deletions
|
@ -6,6 +6,7 @@
|
|||
use std::sync::atomic::AtomicUsize;
|
||||
|
||||
/// Represents a struct used to enforce a numerical limit.
|
||||
#[derive(Debug)]
|
||||
pub struct Limit {
|
||||
upper_bound: usize,
|
||||
#[cfg(feature = "tracking")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue