wip #520
GitHub Actions / clippy
failed
Dec 24, 2024 in 1s
clippy
3 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 3 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.83.0 (90b35a623 2024-11-26)
- cargo 1.83.0 (5ffbef321 2024-10-29)
- clippy 0.1.83 (90b35a6 2024-11-26)
Annotations
Check failure on line 219 in src/quickjsrealmadapter.rs
github-actions / clippy
empty line after doc comment
error: empty line after doc comment
--> src/quickjsrealmadapter.rs:218:5
|
218 | / /// evaluate a script
219 | |
| |_
220 | pub fn eval(&self, script: Script) -> Result<QuickJsValueAdapter, JsError> {
| -------------------------------------------------------------------------- the comment documents this method
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
Check failure on line 95 in src/quickjs_utils/arrays.rs
github-actions / clippy
empty line after doc comment
error: empty line after doc comment
--> src/quickjs_utils/arrays.rs:94:1
|
94 | / /// ```
95 | |
| |_
96 | pub fn create_array_q(q_ctx: &QuickJsRealmAdapter) -> Result<QuickJsValueAdapter, JsError> {
| ------------------------------------------------------------------------------------------ the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
Check failure on line 18 in src/features/setimmediate.rs
github-actions / clippy
empty line after doc comment
error: empty line after doc comment
--> src/features/setimmediate.rs:17:1
|
17 | / /// ```
18 | |
| |_
19 | pub fn init(q_js_rt: &QuickJsRuntimeAdapter) -> Result<(), JsError> {
| ------------------------------------------------------------------- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
Loading