We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6badf0 commit 9ffea91Copy full SHA for 9ffea91
src/eval.rs
@@ -312,6 +312,7 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
312
/// Evaluates the entry function specified by `entry_id`.
313
/// Returns `Some(return_code)` if program executed completed.
314
/// Returns `None` if an evaluation error occurred.
315
+#[allow(clippy::needless_lifetimes)]
316
pub fn eval_entry<'tcx>(
317
tcx: TyCtxt<'tcx>,
318
entry_id: DefId,
0 commit comments