Limit publicness to crate where possible and remove unused imports
This commit is contained in:
parent
b113e88ddb
commit
f288959c00
35 changed files with 223 additions and 229 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
use crate::prelude::*;
|
||||
|
||||
pub fn maybe_codegen<'tcx>(
|
||||
pub(crate) fn maybe_codegen<'tcx>(
|
||||
fx: &mut FunctionCx<'_, 'tcx, impl Backend>,
|
||||
bin_op: BinOp,
|
||||
checked: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue