Skip to content

Commit 1e84499

Browse files
committed
rust-analyzer: Fix pub_use_of_private_extern_crate lint
1 parent 889bca8 commit 1e84499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/hir-def/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ extern crate rustc_parse_format;
1616
extern crate ra_ap_rustc_parse_format as rustc_parse_format;
1717

1818
extern crate ra_ap_rustc_abi as rustc_abi;
19+
pub extern crate ra_ap_rustc_abi as layout;
1920

2021
pub mod db;
2122

@@ -47,7 +48,6 @@ pub mod import_map;
4748
pub mod visibility;
4849

4950
use intern::{Interned, Symbol};
50-
pub use rustc_abi as layout;
5151
use thin_vec::ThinVec;
5252

5353
pub use crate::signatures::LocalFieldId;

0 commit comments

Comments
 (0)