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:
commit
797b5f0f8e
24 changed files with 172 additions and 210 deletions
|
@ -305,7 +305,7 @@ where
|
|||
);
|
||||
}
|
||||
|
||||
let _ = writeln!(s, "");
|
||||
let _ = writeln!(s);
|
||||
}
|
||||
|
||||
std::mem::take(s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue