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

Remove stdlib.rs #1008

Merged
merged 2 commits into from
Oct 6, 2020
Merged

Remove stdlib.rs #1008

merged 2 commits into from
Oct 6, 2020

Commits on Oct 6, 2020

  1. Remove stdlib.rs

    Since `core` and `alloc` are unconditionally available, there was no
    need to use a facade module for most of std. The only exceptions were for
    `Mutex` and `Once`, which are only available with the full standard
    library. These had a `sync` module added to `tracing-core` which acts as
    a facade, re-exporting `std` if available and `spin` if not.
    jyn514 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    bb87e38 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    jyn514 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    c75c5b6 View commit details
    Browse the repository at this point in the history