expose suggestions::InferCtxtExt for clippy
This commit is contained in:
parent
e129923b7e
commit
2275b875c2
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ use std::fmt;
|
|||
use super::InferCtxtPrivExt;
|
||||
use crate::traits::query::evaluate_obligation::InferCtxtExt as _;
|
||||
|
||||
crate trait InferCtxtExt<'tcx> {
|
||||
// public for clippy
|
||||
pub trait InferCtxtExt<'tcx> {
|
||||
fn suggest_restricting_param_bound(
|
||||
&self,
|
||||
err: &mut DiagnosticBuilder<'_>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue