Add GetPathInProject() to core API #7008
Merged
Annotations
2 errors
|
|
|
rust/src/function.rs#L2374
error: empty line after doc comment
--> rust/src/function.rs:2374:5
|
2374 | / /// List of address of unresolved indirect branches
2375 | | /*
2376 | | pub fn unresolved_indirect_branches(&self) -> Array<Arch> {
2377 | | let mut count = 0;
... |
2381 | | */
2382 | |
| |_
...
2386 | pub fn provenance(&self) -> String {
| ---------------------------------- 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
= 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
help: if the doc comment should not document `provenance` comment it out
|
2374 | // /// List of address of unresolved indirect branches
| ++
|
The logs for this run have expired and are no longer available.
Loading