1
Fork 0

Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr

Rollup of 4 pull requests

Successful merges:

 - #105375 (Fix an outdated comment mentioning parameter that doesn't exist anymore)
 - #105955 (Remove wrapper functions for some unstable options)
 - #106137 (fix more clippy::style findings)
 - #106140 (Migrate links-color.goml to functions)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
This commit is contained in:
bors 2022-12-25 23:47:11 +00:00
commit 797b5f0f8e
24 changed files with 172 additions and 210 deletions

View file

@ -305,7 +305,7 @@ where
);
}
let _ = writeln!(s, "");
let _ = writeln!(s);
}
std::mem::take(s)