Add warn(unreachable_pub)
to rustc_codegen_llvm
.
This commit is contained in:
parent
0544d3a952
commit
61627438eb
31 changed files with 206 additions and 184 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue