Switch compiler/ to intra-doc links
rustc_lint and rustc_lint_defs weren't switched because they're included in the compiler book and so can't use intra-doc links.
This commit is contained in:
parent
d8d3ab96aa
commit
35f16c60e7
5 changed files with 2 additions and 8 deletions
|
@ -27,7 +27,6 @@ pub const WORD_BITS: usize = WORD_BYTES * 8;
|
|||
/// to or greater than the domain size. All operations that involve two bitsets
|
||||
/// will panic if the bitsets have differing domain sizes.
|
||||
///
|
||||
/// [`GrowableBitSet`]: struct.GrowableBitSet.html
|
||||
#[derive(Eq, PartialEq, Decodable, Encodable)]
|
||||
pub struct BitSet<T> {
|
||||
domain_size: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue