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

Improve docs for crate features #1455

Merged
merged 1 commit into from
Feb 26, 2024

Commits on Feb 23, 2024

  1. Improve docs for crate features

    The `chrono` crate makes use of several Cargo features:
    https://github.com/chronotope/chrono/blob/02c68d69a1ff8e6461384a770b87737b5096eae3/Cargo.toml#L19-L46
    
    These features are documented in both `README.md` and the rustdocs
    in `lib.rs, however, the lists in each place were missing some features
    and also inconsistent in their descriptions.
    
    I've also removed the unused `[wasm-bindgen]` link definition.
    
    Fixes chronotope#1434.
    edmorley committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ed6fb25 View commit details
    Browse the repository at this point in the history