This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Create session management #55
Annotations
4 warnings
Create binary for x86_64-unknown-linux-gnu:
otel-worker-cli/src/commands/mcp.rs#L434
[clippy] reported by reviewdog 🐶
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:434:42
|
434 | handle_initialize(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
Raw Output:
otel-worker-cli/src/commands/mcp.rs:434:42:w:warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:434:42
|
434 | handle_initialize(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
__END__
|
Create binary for x86_64-unknown-linux-gnu:
otel-worker-cli/src/commands/mcp.rs#L437
[clippy] reported by reviewdog 🐶
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:437:46
|
437 | handle_resources_list(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
Raw Output:
otel-worker-cli/src/commands/mcp.rs:437:46:w:warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:437:46
|
437 | handle_resources_list(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
__END__
|
Create binary for x86_64-unknown-linux-gnu:
otel-worker-cli/src/commands/mcp.rs#L440
[clippy] reported by reviewdog 🐶
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:440:46
|
440 | handle_resources_read(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
Raw Output:
otel-worker-cli/src/commands/mcp.rs:440:46:w:warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:440:46
|
440 | handle_resources_read(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
__END__
|
Create binary for x86_64-unknown-linux-gnu:
otel-worker-cli/src/commands/mcp.rs#L443
[clippy] reported by reviewdog 🐶
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:443:36
|
443 | handle_ping(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
Raw Output:
otel-worker-cli/src/commands/mcp.rs:443:36:w:warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:443:36
|
443 | handle_ping(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
__END__
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
otel-worker-cli_x86_64-unknown-linux-gnu
Expired
|
7.8 MB |
sha256:8fd3f430714d492821b67cd733469d0b588490528ea9d3f8d508e88061c2515e
|
|