Add warn(unreachable_pub) to rustc_codegen_llvm.
This commit is contained in:
@@ -2,7 +2,7 @@ use std::hash::{Hash, Hasher};
|
||||
use std::{fmt, ptr};
|
||||
|
||||
use crate::llvm;
|
||||
pub use crate::llvm::Value;
|
||||
pub(crate) use crate::llvm::Value;
|
||||
|
||||
impl PartialEq for Value {
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user