Skip to content

ref: simplify coverage attr declaration

Sign in for the full log view
GitHub Actions / clippy failed Dec 5, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (1)

contracts/src/lib.rs|49 col 1| error[E0554]: #![feature] may not be used on the stable release channel
--> contracts/src/lib.rs:49:1
|
49 | #![feature(coverage_attribute)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Filtered Findings (0)

Annotations

Check failure on line 49 in contracts/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/src/lib.rs#L49

error[E0554]: `#![feature]` may not be used on the stable release channel
  --> contracts/src/lib.rs:49:1
   |
49 | #![feature(coverage_attribute)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Raw output
contracts/src/lib.rs:49:1:e:error[E0554]: `#![feature]` may not be used on the stable release channel
  --> contracts/src/lib.rs:49:1
   |
49 | #![feature(coverage_attribute)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


__END__