contain-rs / bit-set

A Set of Bits
Apache License 2.0
63 stars 25 forks source link

Use intra-doc links and backticks. #38

Closed waywardmonkeys closed 2 months ago

pczarn commented 2 months ago

I would prefer if you did fragment specifiers. Example:

/// This is foobar implementation of [`union_with`].
///
/// [`union_with`]: Self::union_with
struct MySpecialFormatter;
pczarn commented 2 months ago

I guess I am asking for additional stuff; I can do this myself. Merging.

waywardmonkeys commented 2 months ago

I was going to do still today (was out at dinner earlier). Thanks though!

pczarn commented 2 months ago

@waywardmonkeys Feel free to do fragment specifiers. Would you like to add these changes to bit-vec too?

waywardmonkeys commented 2 months ago

Sure! Probably this weekend.