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

Allow FFI-unsafe warnings for u128/i128 #323

Merged
merged 3 commits into from
Nov 11, 2019

Commits on Nov 11, 2019

  1. Allow FFI-unsafe warnings for u128/i128

    Handle new warnings on nightly, and we shouldn't need to worry about
    these with compiler-builtins since this is tied to a particular compiler.
    alexcrichton committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4585619 View commit details
    Browse the repository at this point in the history
  2. Clean up crate attributes

    * No need for stability marker
    * Rustdoc docs not used for this crate
    * Remove old build-system related cruft from rustc itself.
    alexcrichton committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    01fc116 View commit details
    Browse the repository at this point in the history
  3. Run cargo fmt

    alexcrichton committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    45a5e74 View commit details
    Browse the repository at this point in the history