1
Fork 0

tests/rustdoc-json: Remove some needless uses of #![no_core].

Done by removing all uses of `#![no_core]`, and the reverting the ones
that failed. More involved ones are in a later commit.
This commit is contained in:
Alona Enraght-Moony 2023-11-07 16:36:55 +00:00
parent 187d1afa9d
commit f784fa7bd9
40 changed files with 9 additions and 126 deletions

View file

@ -1,6 +1,3 @@
#![no_core]
#![feature(no_core)]
// @!has "$.index[*][?(@.name=='no_pub_inner')]"
mod no_pub_inner {
fn priv_inner() {}