Skip to content

Commit a022179

Browse files
committed
Removed re-export of sysroot types from mock-proc-macro
1 parent b6980bf commit a022179

File tree

1 file changed

+0
-5
lines changed
  • tests/testsuite/mock-std/library/proc_macro/src

1 file changed

+0
-5
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#![feature(staged_api)]
22
#![stable(since = "1.0.0", feature = "dummy")]
33

4-
extern crate proc_macro;
5-
6-
#[stable(since = "1.0.0", feature = "dummy")]
7-
pub use proc_macro::*;
8-
94
#[stable(since = "1.0.0", feature = "dummy")]
105
pub fn custom_api() {
116
}

0 commit comments

Comments
 (0)