mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
dead code
This commit is contained in:
parent
c631b585a7
commit
1193c5f829
1 changed files with 0 additions and 11 deletions
|
@ -166,17 +166,6 @@ impl World {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
pub type SearchResult = ::std::result::Result<Continue, Break>;
|
||||
|
||||
pub struct Continue;
|
||||
|
||||
pub struct Break;
|
||||
|
||||
pub const CONTINUE: SearchResult = Ok(Continue);
|
||||
pub const BREAK: SearchResult = Err(Break);
|
||||
|
||||
|
||||
#[derive(Default, Debug)]
|
||||
struct WorldData {
|
||||
unindexed: AtomicUsize,
|
||||
|
|
Loading…
Reference in a new issue