mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-04 23:50:47 +00:00
Add semicolons for consistency
`clippy::semicolon_if_nothing_returned`
This commit is contained in:
parent
60c5449120
commit
55c0b86cde
46 changed files with 151 additions and 151 deletions
|
@ -92,7 +92,7 @@ pub fn cpu_span() -> CpuSpan {
|
|||
{
|
||||
eprintln!(
|
||||
r#"cpu profiling is disabled, uncomment `default = [ "cpu_profiler" ]` in Cargo.toml to enable."#
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
CpuSpan { _private: () }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue