clippy
This commit is contained in:
parent
f6badf037e
commit
9ffea913b8
@ -312,6 +312,7 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
|
||||
/// Evaluates the entry function specified by `entry_id`.
|
||||
/// Returns `Some(return_code)` if program executed completed.
|
||||
/// Returns `None` if an evaluation error occurred.
|
||||
#[allow(clippy::needless_lifetimes)]
|
||||
pub fn eval_entry<'tcx>(
|
||||
tcx: TyCtxt<'tcx>,
|
||||
entry_id: DefId,
|
||||
|
Loading…
Reference in New Issue
Block a user