Skip to content

Adding security to index node search #765

Adding security to index node search

Adding security to index node search #765

Triggered via pull request January 5, 2024 11:22
Status Success
Total duration 22m 58s
Artifacts

nucliadb_node_release.yml

on: pull_request
Matrix: build
list-pypi-files
0s
list-pypi-files
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
struct update has no effect, all the fields in the struct have already been specified: nucliadb_node/tests/test_security_search.rs#L222
warning: struct update has no effect, all the fields in the struct have already been specified --> nucliadb_node/tests/test_security_search.rs:222:19 | 222 | ..Default::default() | ^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
struct update has no effect, all the fields in the struct have already been specified: nucliadb_node/tests/test_security_search.rs#L206
warning: struct update has no effect, all the fields in the struct have already been specified --> nucliadb_node/tests/test_security_search.rs:206:19 | 206 | ..Default::default() | ^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
struct update has no effect, all the fields in the struct have already been specified: nucliadb_node/tests/test_security_search.rs#L172
warning: struct update has no effect, all the fields in the struct have already been specified --> nucliadb_node/tests/test_security_search.rs:172:19 | 172 | ..Default::default() | ^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
struct update has no effect, all the fields in the struct have already been specified: nucliadb_node/tests/test_security_search.rs#L155
warning: struct update has no effect, all the fields in the struct have already been specified --> nucliadb_node/tests/test_security_search.rs:155:19 | 155 | ..Default::default() | ^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
struct update has no effect, all the fields in the struct have already been specified: nucliadb_node/tests/test_security_search.rs#L139
warning: struct update has no effect, all the fields in the struct have already been specified --> nucliadb_node/tests/test_security_search.rs:139:19 | 139 | ..Default::default() | ^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
struct update has no effect, all the fields in the struct have already been specified: nucliadb_node/tests/test_security_search.rs#L123
warning: struct update has no effect, all the fields in the struct have already been specified --> nucliadb_node/tests/test_security_search.rs:123:19 | 123 | ..Default::default() | ^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update = note: `#[warn(clippy::needless_update)]` on by default