Adding security to index node search #765
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
|