Rollup merge of #91625 - est31:remove_indexes, r=oli-obk
Remove redundant [..]s
This commit is contained in:
@@ -164,7 +164,7 @@ pub fn load_dep_graph(sess: &Session) -> DepGraphFuture {
|
||||
compilation session directory: {}",
|
||||
e
|
||||
);
|
||||
sess.fatal(&msg[..])
|
||||
sess.fatal(&msg)
|
||||
});
|
||||
|
||||
for swp in work_products {
|
||||
|
||||
Reference in New Issue
Block a user