mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 11:55:04 +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)]
|
#[derive(Default, Debug)]
|
||||||
struct WorldData {
|
struct WorldData {
|
||||||
unindexed: AtomicUsize,
|
unindexed: AtomicUsize,
|
||||||
|
|
Loading…
Reference in a new issue