Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@ecton ecton released this 09 Nov 17:23
· 9 commits to main since this release
c4f3dda

Fixed

  • Unicode characters are no longer broken during encoding.
  • Common prefix stripping on snippets now enforces it only strips whitespace.
  • #[derive] lines are no longer stripped as part of the RustDoc compatibility
    process. Now lines that begin with "# " are stripped -- the space is required.