xctrace
support
#241
check.yml
on: pull_request
stable / fmt
8s
semver
19s
nightly / doc
19s
ubuntu / stable / features
19s
Matrix: clippy
Matrix: msrv
Annotations
9 warnings
stable / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / clippy:
src/collapse/guess.rs#L73
[clippy] reported by reviewdog 🐶
warning: use of `default` to create a unit struct
--> src/collapse/guess.rs:73:42
|
73 | let mut xctrace = xctrace::Folder::default();
| ^^^^^^^^^^^ help: remove this call to `default`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs
= note: `#[warn(clippy::default_constructed_unit_structs)]` on by default
Raw Output:
src/collapse/guess.rs:73:42:w:warning: use of `default` to create a unit struct
--> src/collapse/guess.rs:73:42
|
73 | let mut xctrace = xctrace::Folder::default();
| ^^^^^^^^^^^ help: remove this call to `default`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs
= note: `#[warn(clippy::default_constructed_unit_structs)]` on by default
__END__
|
ubuntu / stable / features
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
nightly / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / 1.71.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
beta / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
beta / clippy:
src/collapse/guess.rs#L73
[clippy] reported by reviewdog 🐶
warning: use of `default` to create a unit struct
--> src/collapse/guess.rs:73:42
|
73 | let mut xctrace = xctrace::Folder::default();
| ^^^^^^^^^^^ help: remove this call to `default`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs
= note: `#[warn(clippy::default_constructed_unit_structs)]` on by default
Raw Output:
src/collapse/guess.rs:73:42:w:warning: use of `default` to create a unit struct
--> src/collapse/guess.rs:73:42
|
73 | let mut xctrace = xctrace::Folder::default();
| ^^^^^^^^^^^ help: remove this call to `default`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs
= note: `#[warn(clippy::default_constructed_unit_structs)]` on by default
__END__
|
semver
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|