Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use doc-comment crate to run readme doctests #48

Merged
merged 9 commits into from
May 20, 2021

Commits on Nov 19, 2020

  1. Use doc-comment crate to run readme doctests

    Delete `tests/readme.rs` in favor of using the `doc-comment` crate to
    run the doctests in README.md directly.
    casey committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    ec4c64a View commit details
    Browse the repository at this point in the history
  2. Make tests actually run

    casey committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    63cfc9d View commit details
    Browse the repository at this point in the history
  3. Remove fn main wrappers

    casey committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    588b143 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ea572d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed4d397 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d45d8f2 View commit details
    Browse the repository at this point in the history
  7. Fix doctest error

    casey committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a245df0 View commit details
    Browse the repository at this point in the history
  8. Remove rustfmt required version

    casey committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    d576851 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    d3bc57e View commit details
    Browse the repository at this point in the history