Skip to content

use HashMapDictionary #767

use HashMapDictionary

use HashMapDictionary #767

Re-run triggered November 4, 2023 09:07
Status Failure
Total duration 9m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pr.yml

on: pull_request
Lint with clippy
57s
Lint with clippy
Verify code formatting
28s
Verify code formatting
Verify crate documentation
57s
Verify crate documentation
Check for undefined behaviour with miri
9m 27s
Check for undefined behaviour with miri
Test python bindings
1m 43s
Test python bindings
Check python code formatting
11s
Check python code formatting
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Verify crate documentation: nemo-physical/src/dictionary.rs#L50
public documentation for `value` links to private item `NONEXISTING_ID_MARK`
Verify crate documentation: nemo-physical/src/dictionary.rs#L68
unresolved link to `EntryStatus`
Verify crate documentation: nemo-physical/src/dictionary.rs#L77
unresolved link to `EntryStatus`
Verify crate documentation: nemo-physical/src/dictionary.rs#L108
public documentation for `mark_str` links to private item `KNOWN_ID_MARK`
Verify crate documentation: nemo-physical/src/dictionary.rs#L111
unresolved link to `mark_str`
Verify crate documentation: nemo-physical/src/dictionary.rs#L111
unresolved link to `has_marked`
Verify crate documentation: nemo-physical/src/dictionary.rs#L116
unresolved link to `mark_str`
Verify crate documentation: nemo-physical/src/dictionary.rs#L119
unresolved link to `has_marked`
Verify crate documentation: nemo-physical/src/dictionary.rs#L119
unresolved link to `mark_str`
Verify crate documentation
Process completed with exit code 101.
Lint with clippy: nemo-physical/src/dictionary/meta_dictionary.rs#L297
redundant field names in struct initialization
Lint with clippy: nemo-physical/src/dictionary/dictionary_string.rs#L63
this expression creates a reference which is immediately dereferenced by the compiler
Lint with clippy: nemo-physical/src/dictionary/dictionary_string.rs#L73
this expression creates a reference which is immediately dereferenced by the compiler
Lint with clippy: nemo-physical/src/dictionary/dictionary_string.rs#L83
this expression creates a reference which is immediately dereferenced by the compiler
Lint with clippy: nemo-physical/src/dictionary/dictionary_string.rs#L159
this loop could be written as a `for` loop
Lint with clippy: nemo-physical/src/dictionary/hash_map_dictionary.rs#L109
this expression creates a reference which is immediately dereferenced by the compiler
Lint with clippy: nemo-physical/src/dictionary/infix_dictionary.rs#L60
this expression creates a reference which is immediately dereferenced by the compiler
Lint with clippy: nemo-physical/src/dictionary/infix_dictionary.rs#L78
called `unwrap` on `subresult` after checking its variant with `is_some`
Lint with clippy: nemo-physical/src/dictionary/meta_dictionary.rs#L157
this expression creates a reference which is immediately dereferenced by the compiler
Lint with clippy: nemo-physical/src/dictionary/meta_dictionary.rs#L365
this loop could be written as a `while let` loop