Open yesint opened 2 months ago
The doctests annotated with 'should_panic' are handled incorrectly:
//! ```should_panic ... //! ```
Is transformed to
```should_panic ... ```rust
While the correct would be
```rust ... ``` // no extra anotations here
The doctests annotated with 'should_panic' are handled incorrectly:
Is transformed to
While the correct would be