1
Fork 0

Limit publicness to crate where possible and remove unused imports

This commit is contained in:
bjorn3 2020-03-27 12:14:45 +01:00
parent b113e88ddb
commit f288959c00
35 changed files with 223 additions and 229 deletions

View file

@ -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,