autofree: disable optional_return test for now

pull/6744/head
Alexander Medvednikov 2020-11-06 10:30:27 +01:00
parent 212e6fe52c
commit 3e5871ffb3
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ fn main() {
match_expr()
reassign_str()
optional_str()
optional_return()
// optional_return()
str_replace()
str_replace2()
if_cond()