File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3146,12 +3146,29 @@ impl<'tcx> LateLintPass<'tcx> for SelfTypeConversion<'tcx> {
3146
3146
tracing:: info!( "not into_fn {:?}" , cx. tcx. get_diagnostic_item( sym:: into_fn) ) ;
3147
3147
return ;
3148
3148
}
3149
- tracing:: info!( ?def_id) ;
3150
3149
tracing:: info!( ?expr) ;
3151
3150
if expr. span . macro_backtrace ( ) . next ( ) . is_some ( ) {
3152
3151
return ;
3153
3152
}
3154
3153
if cx. tcx . sess . source_map ( ) . span_to_embeddable_string ( expr. span ) . contains ( "symbolize/gimli" )
3154
+ || cx
3155
+ . tcx
3156
+ . sess
3157
+ . source_map ( )
3158
+ . span_to_embeddable_string ( expr. span )
3159
+ . contains ( "crates/crates-io" )
3160
+ || cx
3161
+ . tcx
3162
+ . sess
3163
+ . source_map ( )
3164
+ . span_to_embeddable_string ( expr. span )
3165
+ . contains ( "core/shell" )
3166
+ || cx
3167
+ . tcx
3168
+ . sess
3169
+ . source_map ( )
3170
+ . span_to_embeddable_string ( expr. span )
3171
+ . contains ( "git/known_hosts" )
3155
3172
{
3156
3173
// HACK
3157
3174
return ;
You can’t perform that action at this time.
0 commit comments