mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Make non-hash an external lib
This commit is contained in:
parent
a4966c9282
commit
29256f22e4
5 changed files with 43 additions and 6 deletions
|
@ -7,13 +7,13 @@ use std::process::Command;
|
|||
use std::{cmp::Ordering, ops, time::Instant};
|
||||
|
||||
mod macros;
|
||||
pub mod hash;
|
||||
pub mod process;
|
||||
pub mod panic_context;
|
||||
pub mod non_empty_vec;
|
||||
pub mod rand;
|
||||
|
||||
pub use always_assert::{always, never};
|
||||
pub use non_hash as hash;
|
||||
|
||||
#[inline(always)]
|
||||
pub fn is_ci() -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue