rust/library/alloc
Joshua Nelson c819a4c025 Don't mark ineffective_unstable_trait_impl as an internal lint
It's not an internal lint:
- It's not in the rustc::internal lint group
- It's on unconditionally, because it actually lints `staged_api`, not
  the compiler

This fixes a bug where `#[deny(rustc::internal)]` would warn that
`rustc::internal` was an unknown lint.
2021-01-15 17:31:10 -05:00
..
benches Reorder benches const variable 2020-09-29 21:39:24 +08:00
src Don't mark ineffective_unstable_trait_impl as an internal lint 2021-01-15 17:31:10 -05:00
tests Stabilize split_inclusive 2021-01-04 16:20:08 +00:00
Cargo.toml Update compiler_builtins to 0.1.39 2021-01-07 16:16:36 +09:00