Mahmoud Al-Qudsi 28b2200f4f Ignore unsupported doc tests under --no-default-features
There's no pretty way of gating doctests contingent on cfg
presence/absense so this is kind of ugly.

First, a doc comment `///` is converted into its equivalent
`#[doc(...)]`, which is then converted into a conditional rust attribute
via `#[cfg_attr(...)]`. We need two of these, one to ignore the tests if
the cfg predicate isn't met and another to indicate the start of a code
block and enable testing + syntax highlighting.
2023-05-12 08:50:07 +02:00
..
2023-05-12 08:50:07 +02:00
2023-04-03 15:31:59 +02:00
2023-04-03 15:31:59 +02:00
2023-04-03 15:31:59 +02:00
2022-11-09 13:37:17 +01:00
2023-04-18 12:00:55 +02:00