We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4242d commit d8544ceCopy full SHA for d8544ce
src/librustc/infer/region_constraints/mod.rs
@@ -339,8 +339,6 @@ impl TaintDirections {
339
}
340
341
342
-pub struct ConstraintInfo {}
343
-
344
impl<'tcx> RegionConstraintCollector<'tcx> {
345
pub fn new() -> Self {
346
Self::default()
src/librustc_driver/lib.rs
@@ -123,10 +123,6 @@ pub trait Callbacks {
123
124
125
126
-pub struct DefaultCallbacks;
127
128
-impl Callbacks for DefaultCallbacks {}
129
130
#[derive(Default)]
131
pub struct TimePassesCallbacks {
132
time_passes: bool,
0 commit comments